Html Css Color HEX #C08336 Geebung

📋 copy color: '#C08336'

red 192 ◦ green 131 ◦ blue 54

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

Shades of Geebung #C08336

Tints of Geebung #C08336

RGB

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

 GREEN value IS 131 (51.56% from 255) = 34.75%

 BLUE value IS 54 (21.48% from 255) = 14.32%

R = 50.93%
G = 34.75%
B = 14.32%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.72

 K value IS 0.25

RGB Variations

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

Color information

#C08336 (or 0xC08336) is known color: Geebung. HEX triplet: C0, 83 and 36. RGB value is (192,131,54). Sum of RGB (Red+Green+Blue) = 192+131+54=377 (49% of max value = 765). Red value is 192 (75.39% from 255 or 50.93% from 377); Green value is 131 (51.56% from 255 or 34.75% from 377); Blue value is 54 (21.48% from 255 or 14.32% from 377); Max value from RGB is 192 - color contains mainly: red. Hex color #C08336 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08336 is #3F7CC9. Grayscale: #8C8C8C. Windows color (decimal): -4160714 or 3572672. OLE color: 3572672.

HSL color Cylindrical-coordinate representation of color #C08336: hue angle of 33.48º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C08336 is Cyan = 0, Magento = 0.32, Yellow = 0.72 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 131 54 -
CMYK 0 0.32 0.72 0.25
HSL 33.48º 0.56% 0.48% -
HSV(B) 33.48º 0.72% 0.75% -
XYZ 30.52 27.71 7.23 -
YUV 140.46 79.21 164.76 -
System Red Green Blue C M Y K H S L
Decimal 192 131 54 0 0.32 0.72 0.25 33.48 0.56 0.48
Hex C0 83 36 0 20 48 19 21 38 30
Octal 300 203 66 0 40 110 31 41 70 60
Binary 11000000 10000011 110110 0 100000 1001000 11001 100001 111000 110000

Color Harmonies of #C08336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08336

Black with #C08336

Text Example


Text Example

White with #C08336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08336; }

 p { color: rgb(192,131,54); }

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

background-color css

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

 a { background-color: rgb(192,131,54); }

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

border-color css

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

 span { border-color: rgb(192,131,54); }

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