#56531C

Color #56531C Bronze Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bronze Olive #56531C

Tints of Bronze Olive #56531C

Color information

#56531C (or 0x56531C) is unknown color: approx Bronze Olive. HEX triplet: 56, 53 and 1C. RGB value is (86,83,28). Sum of RGB (Red+Green+Blue) = 86+83+28=197 (26% of max value = 765). Red value is 86 (33.98% from 255 or 43.65% from 197); Green value is 83 (32.81% from 255 or 42.13% from 197); Blue value is 28 (11.33% from 255 or 14.21% from 197); Max value from RGB is 86 - color contains mainly: red. Hex color #56531C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56531C is #A9ACE3. Grayscale: #4D4D4D. Windows color (decimal): -11119844 or 1856342. OLE color: 1856342.

HSL color Cylindrical-coordinate representation of color #56531C: hue angle of 56.9º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #56531C is Cyan = 0, Magento = 0.03, Yellow = 0.67 and Black (K on CMYK) = 0.66.

Color convert

RGB868328-
CMYK00.030.670.66
HSL56.9º50.88%22.35%-
HSV(B)56.9º67.44%33.73%-
XYZ7.148.252.31-
YUV77.6399.99133.97-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 43.65%
GREEN value IS 83 (32.81% from 255) = 42.13%
BLUE value IS 28 (11.33% from 255) = 14.21%
R=43.65%
G=42.13%
B=14.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.67
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86832800.030.670.6656.950.8822.35
Hex56531C034342393316
Octal1261233403103102716326
Binary10101101010011111000111000011100001011100111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56531C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56531C; }

 p { color: rgb(86,83,28); }

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

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

 a { background-color: rgb(86,83,28); }

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

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

 span { border-color: rgb(86,83,28); }

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