Html Css Color HEX #C08024 Geebung

📋 copy color: '#C08024'

red 192 ◦ green 128 ◦ blue 36

#C08024
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Geebung #C08024

Tints of Geebung #C08024

RGB

 RED value IS 192 (75.39% from 255) = 53.93%

 GREEN value IS 128 (50.39% from 255) = 35.96%

 BLUE value IS 36 (14.45% from 255) = 10.11%

R = 53.93%
G = 35.96%
B = 10.11%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#C08024 (or 0xC08024) is known color: Geebung. HEX triplet: C0, 80 and 24. RGB value is (192,128,36). Sum of RGB (Red+Green+Blue) = 192+128+36=356 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.93% from 356); Green value is 128 (50.39% from 255 or 35.96% from 356); Blue value is 36 (14.45% from 255 or 10.11% from 356); Max value from RGB is 192 - color contains mainly: red. Hex color #C08024 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08024 is #3F7FDB. Grayscale: #898989. Windows color (decimal): -4161500 or 2392256. OLE color: 2392256.

HSL color Cylindrical-coordinate representation of color #C08024: hue angle of 35.38º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C08024 is Cyan = 0, Magento = 0.33, Yellow = 0.81 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 128 36 -
CMYK 0 0.33 0.81 0.25
HSL 35.38º 0.68% 0.45% -
HSV(B) 35.38º 0.81% 0.75% -
XYZ 29.78 26.77 5.27 -
YUV 136.65 71.2 167.48 -
System Red Green Blue C M Y K H S L
Decimal 192 128 36 0 0.33 0.81 0.25 35.38 0.68 0.45
Hex C0 80 24 0 21 51 19 23 44 2D
Octal 300 200 44 0 41 121 31 43 104 55
Binary 11000000 10000000 100100 0 100001 1010001 11001 100011 1000100 101101

Color Harmonies of #C08024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08024

Black with #C08024

Text Example


Text Example

White with #C08024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08024; }

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

 H1.HeaderClassName
 {
   color: #C08024;
 }
 .AnyTagClassName
 {
   color: #C08024;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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