#C58526

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

Shades of Geebung #C58526

Tints of Geebung #C58526

Color information

#C58526 (or 0xC58526) is unknown color: approx Geebung. HEX triplet: C5, 85 and 26. RGB value is (197,133,38). Sum of RGB (Red+Green+Blue) = 197+133+38=368 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.53% from 368); Green value is 133 (52.34% from 255 or 36.14% from 368); Blue value is 38 (15.23% from 255 or 10.33% from 368); Max value from RGB is 197 - color contains mainly: red. Hex color #C58526 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58526 is #3A7AD9. Grayscale: #8D8D8D. Windows color (decimal): -3832538 or 2524613. OLE color: 2524613.

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

Color convert

RGB19713338-
CMYK00.320.810.23
HSL35.85º67.66%46.08%-
HSV(B)35.85º80.71%77.25%-
XYZ31.7628.795.72-
YUV141.3169.7167.72-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 53.53%
GREEN value IS 133 (52.34% from 255) = 36.14%
BLUE value IS 38 (15.23% from 255) = 10.33%
R=53.53%
G=36.14%
B=10.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.81
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971333800.320.810.2335.8567.6646.08
HexC58526020511724442e
Octal30520546040121274410456
Binary110001011000010110011001000001010001101111001001000100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58526; }

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

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

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

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

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

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

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

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