Html Css Color HEX #C08831 Geebung

📋 copy color: '#C08831'

red 192 ◦ green 136 ◦ blue 49

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

Shades of Geebung #C08831

Tints of Geebung #C08831

RGB

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

 GREEN value IS 136 (53.52% from 255) = 36.07%

 BLUE value IS 49 (19.53% from 255) = 13%

R = 50.93%
G = 36.07%
B = 13%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#C08831 (or 0xC08831) is known color: Geebung. HEX triplet: C0, 88 and 31. RGB value is (192,136,49). Sum of RGB (Red+Green+Blue) = 192+136+49=377 (49% of max value = 765). Red value is 192 (75.39% from 255 or 50.93% from 377); Green value is 136 (53.52% from 255 or 36.07% from 377); Blue value is 49 (19.53% from 255 or 13.00% from 377); Max value from RGB is 192 - color contains mainly: red. Hex color #C08831 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08831 is #3F77CE. Grayscale: #8F8F8F. Windows color (decimal): -4159439 or 3246272. OLE color: 3246272.

HSL color Cylindrical-coordinate representation of color #C08831: hue angle of 36.5º 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 #C08831 is Cyan = 0, Magento = 0.29, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 136 49 -
CMYK 0 0.29 0.74 0.25
HSL 36.5º 0.59% 0.47% -
HSV(B) 36.5º 0.74% 0.75% -
XYZ 31.1 29.04 6.87 -
YUV 142.83 75.05 163.07 -
System Red Green Blue C M Y K H S L
Decimal 192 136 49 0 0.29 0.74 0.25 36.5 0.59 0.47
Hex C0 88 31 0 1D 4A 19 25 3B 2F
Octal 300 210 61 0 35 112 31 45 73 57
Binary 11000000 10001000 110001 0 11101 1001010 11001 100101 111011 101111

Color Harmonies of #C08831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08831

Black with #C08831

Text Example


Text Example

White with #C08831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08831; }

 p { color: rgb(192,136,49); }

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

background-color css

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

 a { background-color: rgb(192,136,49); }

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

border-color css

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

 span { border-color: rgb(192,136,49); }

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