#C08535

Color #C08535 Geebung (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Geebung #C08535

Tints of Geebung #C08535

Color information

#C08535 (or 0xC08535) is unknown color: approx Geebung. HEX triplet: C0, 85 and 35. RGB value is (192,133,53). Sum of RGB (Red+Green+Blue) = 192+133+53=378 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.79% from 378); Green value is 133 (52.34% from 255 or 35.19% from 378); Blue value is 53 (21.09% from 255 or 14.02% from 378); Max value from RGB is 192 - color contains mainly: red. Hex color #C08535 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08535 is #3F7ACA. Grayscale: #8D8D8D. Windows color (decimal): -4160203 or 3507648. OLE color: 3507648.

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

Color convert

RGB19213353-
CMYK00.310.720.25
HSL34.53º56.73%48.04%-
HSV(B)34.53º72.4%75.29%-
XYZ30.7728.247.2-
YUV141.5278.05164-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 50.79%
GREEN value IS 133 (52.34% from 255) = 35.19%
BLUE value IS 53 (21.09% from 255) = 14.02%
R=50.79%
G=35.19%
B=14.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.72
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921335300.310.720.2534.5356.7348.04
HexC0853501F4819233930
Octal3002056503711031437160
Binary1100000010000101110101011111100100011001100011111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08535; }

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

 H1.HeaderClassName
 {
   color: #C08535;
 }
 .AnyTagClassName
 {
   color: #C08535;
 }
</style>
background-color css

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

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

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

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

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

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