#C28421

Color #C28421 Geebung (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Geebung #C28421

Tints of Geebung #C28421

Color information

#C28421 (or 0xC28421) is unknown color: approx Geebung. HEX triplet: C2, 84 and 21. RGB value is (194,132,33). Sum of RGB (Red+Green+Blue) = 194+132+33=359 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.04% from 359); Green value is 132 (51.95% from 255 or 36.77% from 359); Blue value is 33 (13.28% from 255 or 9.19% from 359); Max value from RGB is 194 - color contains mainly: red. Hex color #C28421 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28421 is #3D7BDE. Grayscale: #8B8B8B. Windows color (decimal): -4029407 or 2196674. OLE color: 2196674.

HSL color Cylindrical-coordinate representation of color #C28421: hue angle of 36.89º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C28421 is Cyan = 0, Magento = 0.32, Yellow = 0.83 and Black (K on CMYK) = 0.24.

Color convert

RGB19413233-
CMYK00.320.830.24
HSL36.89º70.93%44.51%-
HSV(B)36.89º82.99%76.08%-
XYZ30.7728.085.24-
YUV139.2568.04167.05-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 194 (76.17% from 255) = 54.04%
GREEN value IS 132 (51.95% from 255) = 36.77%
BLUE value IS 33 (13.28% from 255) = 9.19%
R=54.04%
G=36.77%
B=9.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.83
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941323300.320.830.2436.8970.9344.51
HexC28421020531825472d
Octal30220441040123304510755
Binary110000101000010010000101000001010011110001001011000111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28421; }

 p { color: rgb(194,132,33); }

 H1.HeaderClassName
 {
   color: #C28421;
 }
 .AnyTagClassName
 {
   color: #C28421;
 }
</style>
background-color css

<style>
 a { background-color: #C28421; }

 a { background-color: rgb(194,132,33); }

 div.DivClassName
 {
   background-color: #C28421;
 }
 .BgClassName
 {
   background-color: #C28421;
 }
</style>
border-color css

<style>
 span { border-color: #C28421; }

 span { border-color: rgb(194,132,33); }

 td.TdClassName
 {
   border-color: #C28421;
 }
 .TagClassName
 {
   border-color: #C28421;
 }
</style>