#C58535

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

Shades of Geebung #C58535

Tints of Geebung #C58535

Color information

#C58535 (or 0xC58535) is unknown color: approx Geebung. HEX triplet: C5, 85 and 35. RGB value is (197,133,53). Sum of RGB (Red+Green+Blue) = 197+133+53=383 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.44% from 383); Green value is 133 (52.34% from 255 or 34.73% from 383); Blue value is 53 (21.09% from 255 or 13.84% from 383); Max value from RGB is 197 - color contains mainly: red. Hex color #C58535 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58535 is #3A7ACA. Grayscale: #8F8F8F. Windows color (decimal): -3832523 or 3507653. OLE color: 3507653.

HSL color Cylindrical-coordinate representation of color #C58535: hue angle of 33.33º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C58535 is Cyan = 0, Magento = 0.32, Yellow = 0.73 and Black (K on CMYK) = 0.23.

Color convert

RGB19713353-
CMYK00.320.730.23
HSL33.33º57.6%49.02%-
HSV(B)33.33º73.1%77.25%-
XYZ32.0628.97.26-
YUV143.0277.2166.5-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 51.44%
GREEN value IS 133 (52.34% from 255) = 34.73%
BLUE value IS 53 (21.09% from 255) = 13.84%
R=51.44%
G=34.73%
B=13.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.73
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971335300.320.730.2333.3357.649.02
HexC585350204917213a31
Octal3052056504011127417261
Binary11000101100001011101010100000100100110111100001111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58535; }

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

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

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

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

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

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

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

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