Html Css Color HEX #C08034 Geebung

📋 copy color: '#C08034'

red 192 ◦ green 128 ◦ blue 52

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

Shades of Geebung #C08034

Tints of Geebung #C08034

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 13.98%

R = 51.61%
G = 34.41%
B = 13.98%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#C08034 (or 0xC08034) is known color: Geebung. HEX triplet: C0, 80 and 34. RGB value is (192,128,52). Sum of RGB (Red+Green+Blue) = 192+128+52=372 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.61% from 372); Green value is 128 (50.39% from 255 or 34.41% from 372); Blue value is 52 (20.70% from 255 or 13.98% from 372); Max value from RGB is 192 - color contains mainly: red. Hex color #C08034 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08034 is #3F7FCB. Grayscale: #8A8A8A. Windows color (decimal): -4161484 or 3440832. OLE color: 3440832.

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

Color convert

RGB 192 128 52 -
CMYK 0 0.33 0.73 0.25
HSL 32.57º 0.57% 0.48% -
HSV(B) 32.57º 0.73% 0.75% -
XYZ 30.08 26.89 6.85 -
YUV 138.47 79.2 166.18 -
System Red Green Blue C M Y K H S L
Decimal 192 128 52 0 0.33 0.73 0.25 32.57 0.57 0.48
Hex C0 80 34 0 21 49 19 21 39 30
Octal 300 200 64 0 41 111 31 41 71 60
Binary 11000000 10000000 110100 0 100001 1001001 11001 100001 111001 110000

Color Harmonies of #C08034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08034

Black with #C08034

Text Example


Text Example

White with #C08034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08034; }

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

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

background-color css

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

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

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

border-color css

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

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

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