Html Css Color HEX #C08532 Geebung

📋 copy color: '#C08532'

red 192 ◦ green 133 ◦ blue 50

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

Shades of Geebung #C08532

Tints of Geebung #C08532

RGB

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

 GREEN value IS 133 (52.34% from 255) = 35.47%

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

R = 51.2%
G = 35.47%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#C08532 (or 0xC08532) is known color: Geebung. HEX triplet: C0, 85 and 32. RGB value is (192,133,50). Sum of RGB (Red+Green+Blue) = 192+133+50=375 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.2% from 375); Green value is 133 (52.34% from 255 or 35.47% from 375); Blue value is 50 (19.92% from 255 or 13.33% from 375); Max value from RGB is 192 - color contains mainly: red. Hex color #C08532 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08532 is #3F7ACD. Grayscale: #8D8D8D. Windows color (decimal): -4160206 or 3311040. OLE color: 3311040.

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

Color convert

RGB 192 133 50 -
CMYK 0 0.31 0.74 0.25
HSL 35.07º 0.59% 0.47% -
HSV(B) 35.07º 0.74% 0.75% -
XYZ 30.7 28.21 6.84 -
YUV 141.18 76.55 164.25 -
System Red Green Blue C M Y K H S L
Decimal 192 133 50 0 0.31 0.74 0.25 35.07 0.59 0.47
Hex C0 85 32 0 1F 4A 19 23 3B 2F
Octal 300 205 62 0 37 112 31 43 73 57
Binary 11000000 10000101 110010 0 11111 1001010 11001 100011 111011 101111

Color Harmonies of #C08532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08532

Black with #C08532

Text Example


Text Example

White with #C08532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08532; }

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

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

background-color css

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

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

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

border-color css

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

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

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