#C28024

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

Shades of Geebung #C28024

Tints of Geebung #C28024

Color information

#C28024 (or 0xC28024) is unknown color: approx Geebung. HEX triplet: C2, 80 and 24. RGB value is (194,128,36). Sum of RGB (Red+Green+Blue) = 194+128+36=358 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.19% from 358); Green value is 128 (50.39% from 255 or 35.75% from 358); Blue value is 36 (14.45% from 255 or 10.06% from 358); Max value from RGB is 194 - color contains mainly: red. Hex color #C28024 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28024 is #3D7FDB. Grayscale: #898989. Windows color (decimal): -4030428 or 2392258. OLE color: 2392258.

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

Color convert

RGB19412836-
CMYK00.340.810.24
HSL34.94º68.7%45.1%-
HSV(B)34.94º81.44%76.08%-
XYZ30.2927.045.29-
YUV137.2570.87168.48-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 54.19%
GREEN value IS 128 (50.39% from 255) = 35.75%
BLUE value IS 36 (14.45% from 255) = 10.06%
R=54.19%
G=35.75%
B=10.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.81
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941283600.340.810.2434.9468.745.1
HexC28024022511823452d
Octal30220044042121304310555
Binary110000101000000010010001000101010001110001000111000101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28024; }

 p { color: rgb(194,128,36); }

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

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

 a { background-color: rgb(194,128,36); }

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

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

 span { border-color: rgb(194,128,36); }

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