Html Css Color HEX #C08337 Geebung

📋 copy color: '#C08337'

red 192 ◦ green 131 ◦ blue 55

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

Shades of Geebung #C08337

Tints of Geebung #C08337

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 14.55%

R = 50.79%
G = 34.66%
B = 14.55%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.71

 K value IS 0.25

RGB Variations

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

Color information

#C08337 (or 0xC08337) is known color: Geebung. HEX triplet: C0, 83 and 37. RGB value is (192,131,55). Sum of RGB (Red+Green+Blue) = 192+131+55=378 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.79% from 378); Green value is 131 (51.56% from 255 or 34.66% from 378); Blue value is 55 (21.88% from 255 or 14.55% from 378); Max value from RGB is 192 - color contains mainly: red. Hex color #C08337 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08337 is #3F7CC8. Grayscale: #8C8C8C. Windows color (decimal): -4160713 or 3638208. OLE color: 3638208.

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

Color convert

RGB 192 131 55 -
CMYK 0 0.32 0.71 0.25
HSL 33.28º 0.55% 0.48% -
HSV(B) 33.28º 0.71% 0.75% -
XYZ 30.54 27.71 7.35 -
YUV 140.58 79.71 164.68 -
System Red Green Blue C M Y K H S L
Decimal 192 131 55 0 0.32 0.71 0.25 33.28 0.55 0.48
Hex C0 83 37 0 20 47 19 21 37 30
Octal 300 203 67 0 40 107 31 41 67 60
Binary 11000000 10000011 110111 0 100000 1000111 11001 100001 110111 110000

Color Harmonies of #C08337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08337

Black with #C08337

Text Example


Text Example

White with #C08337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08337; }

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

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

background-color css

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

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

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

border-color css

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

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

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