Html Css Color HEX #C08734 Geebung

📋 copy color: '#C08734'

red 192 ◦ green 135 ◦ blue 52

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

Shades of Geebung #C08734

Tints of Geebung #C08734

RGB

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

 GREEN value IS 135 (53.13% from 255) = 35.62%

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

R = 50.66%
G = 35.62%
B = 13.72%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#C08734 (or 0xC08734) is known color: Geebung. HEX triplet: C0, 87 and 34. RGB value is (192,135,52). Sum of RGB (Red+Green+Blue) = 192+135+52=379 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.66% from 379); Green value is 135 (53.12% from 255 or 35.62% from 379); Blue value is 52 (20.70% from 255 or 13.72% from 379); Max value from RGB is 192 - color contains mainly: red. Hex color #C08734 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08734 is #3F78CB. Grayscale: #8E8E8E. Windows color (decimal): -4159692 or 3442624. OLE color: 3442624.

HSL color Cylindrical-coordinate representation of color #C08734: hue angle of 35.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 #C08734 is Cyan = 0, Magento = 0.30, Yellow = 0.73 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 135 52 -
CMYK 0 0.30 0.73 0.25
HSL 35.57º 0.57% 0.48% -
HSV(B) 35.57º 0.73% 0.75% -
XYZ 31.02 28.78 7.17 -
YUV 142.58 76.88 163.25 -
System Red Green Blue C M Y K H S L
Decimal 192 135 52 0 0.30 0.73 0.25 35.57 0.57 0.48
Hex C0 87 34 0 1E 49 19 24 39 30
Octal 300 207 64 0 36 111 31 44 71 60
Binary 11000000 10000111 110100 0 11110 1001001 11001 100100 111001 110000

Color Harmonies of #C08734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08734

Black with #C08734

Text Example


Text Example

White with #C08734

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08734; }

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

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

background-color css

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

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

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

border-color css

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

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

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