Html Css Color HEX #C08132 Geebung

📋 copy color: '#C08132'

red 192 ◦ green 129 ◦ blue 50

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

Shades of Geebung #C08132

Tints of Geebung #C08132

RGB

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

 GREEN value IS 129 (50.78% from 255) = 34.77%

 BLUE value IS 50 (19.92% from 255) = 13.48%

R = 51.75%
G = 34.77%
B = 13.48%

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

#C08132 (or 0xC08132) is known color: Geebung. HEX triplet: C0, 81 and 32. RGB value is (192,129,50). Sum of RGB (Red+Green+Blue) = 192+129+50=371 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.75% from 371); Green value is 129 (50.78% from 255 or 34.77% from 371); Blue value is 50 (19.92% from 255 or 13.48% from 371); Max value from RGB is 192 - color contains mainly: red. Hex color #C08132 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08132 is #3F7ECD. Grayscale: #8B8B8B. Windows color (decimal): -4161230 or 3310016. OLE color: 3310016.

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

Color convert

RGB 192 129 50 -
CMYK 0 0.33 0.74 0.25
HSL 33.38º 0.59% 0.47% -
HSV(B) 33.38º 0.74% 0.75% -
XYZ 30.16 27.14 6.67 -
YUV 138.83 77.87 165.92 -
System Red Green Blue C M Y K H S L
Decimal 192 129 50 0 0.33 0.74 0.25 33.38 0.59 0.47
Hex C0 81 32 0 21 4A 19 21 3B 2F
Octal 300 201 62 0 41 112 31 41 73 57
Binary 11000000 10000001 110010 0 100001 1001010 11001 100001 111011 101111

Color Harmonies of #C08132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08132

Black with #C08132

Text Example


Text Example

White with #C08132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08132; }

 p { color: rgb(192,129,50); }

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

background-color css

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

 a { background-color: rgb(192,129,50); }

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

border-color css

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

 span { border-color: rgb(192,129,50); }

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