Html Css Color HEX #C08237 Geebung

📋 copy color: '#C08237'

red 192 ◦ green 130 ◦ blue 55

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

Shades of Geebung #C08237

Tints of Geebung #C08237

RGB

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

 GREEN value IS 130 (51.17% from 255) = 34.48%

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

R = 50.93%
G = 34.48%
B = 14.59%

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

#C08237 (or 0xC08237) is known color: Geebung. HEX triplet: C0, 82 and 37. RGB value is (192,130,55). Sum of RGB (Red+Green+Blue) = 192+130+55=377 (49% of max value = 765). Red value is 192 (75.39% from 255 or 50.93% from 377); Green value is 130 (51.17% from 255 or 34.48% from 377); Blue value is 55 (21.88% from 255 or 14.59% from 377); Max value from RGB is 192 - color contains mainly: red. Hex color #C08237 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08237 is #3F7DC8. Grayscale: #8C8C8C. Windows color (decimal): -4160969 or 3637952. OLE color: 3637952.

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

Color convert

RGB 192 130 55 -
CMYK 0 0.32 0.71 0.25
HSL 32.85º 0.55% 0.48% -
HSV(B) 32.85º 0.71% 0.75% -
XYZ 30.41 27.45 7.31 -
YUV 139.99 80.04 165.1 -
System Red Green Blue C M Y K H S L
Decimal 192 130 55 0 0.32 0.71 0.25 32.85 0.55 0.48
Hex C0 82 37 0 20 47 19 21 37 30
Octal 300 202 67 0 40 107 31 41 67 60
Binary 11000000 10000010 110111 0 100000 1000111 11001 100001 110111 110000

Color Harmonies of #C08237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08237

Black with #C08237

Text Example


Text Example

White with #C08237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08237; }

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

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

background-color css

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

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

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

border-color css

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

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

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