#56531D

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

Shades of Bronze Olive #56531D

Tints of Bronze Olive #56531D

Color information

#56531D (or 0x56531D) is unknown color: approx Bronze Olive. HEX triplet: 56, 53 and 1D. RGB value is (86,83,29). Sum of RGB (Red+Green+Blue) = 86+83+29=198 (26% of max value = 765). Red value is 86 (33.98% from 255 or 43.43% from 198); Green value is 83 (32.81% from 255 or 41.92% from 198); Blue value is 29 (11.72% from 255 or 14.65% from 198); Max value from RGB is 86 - color contains mainly: red. Hex color #56531D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56531D is #A9ACE2. Grayscale: #4D4D4D. Windows color (decimal): -11119843 or 1921878. OLE color: 1921878.

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

Color convert

RGB868329-
CMYK00.030.660.66
HSL56.84º49.57%22.55%-
HSV(B)56.84º66.28%33.73%-
XYZ7.158.252.38-
YUV77.74100.49133.89-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 43.43%
GREEN value IS 83 (32.81% from 255) = 41.92%
BLUE value IS 29 (11.72% from 255) = 14.65%
R=43.43%
G=41.92%
B=14.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.66
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86832900.030.660.6656.8449.5722.55
Hex56531D034242393217
Octal1261233503102102716227
Binary10101101010011111010111000010100001011100111001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56531D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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