Html Css Color HEX #C08031 Geebung

📋 copy color: '#C08031'

red 192 ◦ green 128 ◦ blue 49

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

Shades of Geebung #C08031

Tints of Geebung #C08031

RGB

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

 GREEN value IS 128 (50.39% from 255) = 34.69%

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

R = 52.03%
G = 34.69%
B = 13.28%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#C08031 (or 0xC08031) is known color: Geebung. HEX triplet: C0, 80 and 31. RGB value is (192,128,49). Sum of RGB (Red+Green+Blue) = 192+128+49=369 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.03% from 369); Green value is 128 (50.39% from 255 or 34.69% from 369); Blue value is 49 (19.53% from 255 or 13.28% from 369); Max value from RGB is 192 - color contains mainly: red. Hex color #C08031 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08031 is #3F7FCE. Grayscale: #8A8A8A. Windows color (decimal): -4161487 or 3244224. OLE color: 3244224.

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

Color convert

RGB 192 128 49 -
CMYK 0 0.33 0.74 0.25
HSL 33.15º 0.59% 0.47% -
HSV(B) 33.15º 0.74% 0.75% -
XYZ 30.01 26.87 6.51 -
YUV 138.13 77.7 166.42 -
System Red Green Blue C M Y K H S L
Decimal 192 128 49 0 0.33 0.74 0.25 33.15 0.59 0.47
Hex C0 80 31 0 21 4A 19 21 3B 2F
Octal 300 200 61 0 41 112 31 41 73 57
Binary 11000000 10000000 110001 0 100001 1001010 11001 100001 111011 101111

Color Harmonies of #C08031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08031

Black with #C08031

Text Example


Text Example

White with #C08031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08031; }

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

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

background-color css

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

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

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

border-color css

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

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

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