Html Css Color HEX #C08732 Geebung

📋 copy color: '#C08732'

red 192 ◦ green 135 ◦ blue 50

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

Shades of Geebung #C08732

Tints of Geebung #C08732

RGB

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

 GREEN value IS 135 (53.13% from 255) = 35.81%

 BLUE value IS 50 (19.92% from 255) = 13.26%

R = 50.93%
G = 35.81%
B = 13.26%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#C08732 (or 0xC08732) is known color: Geebung. HEX triplet: C0, 87 and 32. RGB value is (192,135,50). Sum of RGB (Red+Green+Blue) = 192+135+50=377 (49% of max value = 765). Red value is 192 (75.39% from 255 or 50.93% from 377); Green value is 135 (53.12% from 255 or 35.81% from 377); Blue value is 50 (19.92% from 255 or 13.26% from 377); Max value from RGB is 192 - color contains mainly: red. Hex color #C08732 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08732 is #3F78CD. Grayscale: #8E8E8E. Windows color (decimal): -4159694 or 3311552. OLE color: 3311552.

HSL color Cylindrical-coordinate representation of color #C08732: hue angle of 35.92º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C08732 is Cyan = 0, Magento = 0.30, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 135 50 -
CMYK 0 0.30 0.74 0.25
HSL 35.92º 0.59% 0.47% -
HSV(B) 35.92º 0.74% 0.75% -
XYZ 30.98 28.76 6.94 -
YUV 142.35 75.88 163.41 -
System Red Green Blue C M Y K H S L
Decimal 192 135 50 0 0.30 0.74 0.25 35.92 0.59 0.47
Hex C0 87 32 0 1E 4A 19 24 3B 2F
Octal 300 207 62 0 36 112 31 44 73 57
Binary 11000000 10000111 110010 0 11110 1001010 11001 100100 111011 101111

Color Harmonies of #C08732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08732

Black with #C08732

Text Example


Text Example

White with #C08732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08732; }

 p { color: rgb(192,135,50); }

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

background-color css

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

 a { background-color: rgb(192,135,50); }

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

border-color css

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

 span { border-color: rgb(192,135,50); }

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