#56420B

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

Shades of Bronze Olive #56420B

Tints of Bronze Olive #56420B

Color information

#56420B (or 0x56420B) is unknown color: approx Bronze Olive. HEX triplet: 56, 42 and 0B. RGB value is (86,66,11). Sum of RGB (Red+Green+Blue) = 86+66+11=163 (21% of max value = 765). Red value is 86 (33.98% from 255 or 52.76% from 163); Green value is 66 (26.17% from 255 or 40.49% from 163); Blue value is 11 (4.69% from 255 or 6.75% from 163); Max value from RGB is 86 - color contains mainly: red. Hex color #56420B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #56420B is #A9BDF4. Grayscale: #414141. Windows color (decimal): -11124213 or 737878. OLE color: 737878.

HSL color Cylindrical-coordinate representation of color #56420B: hue angle of 44º degrees, saturation: 0.77, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #56420B is Cyan = 0, Magento = 0.23, Yellow = 0.87 and Black (K on CMYK) = 0.66.

Color convert

RGB866611-
CMYK00.230.870.66
HSL44º77.32%19.02%-
HSV(B)44º87.21%33.73%-
XYZ5.855.91.15-
YUV65.7197.13142.47-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 52.76%
GREEN value IS 66 (26.17% from 255) = 40.49%
BLUE value IS 11 (4.69% from 255) = 6.75%
R=52.76%
G=40.49%
B=6.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.87
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86661100.230.870.664477.3219.02
Hex5642B01757422c4d13
Octal126102130271271025411523
Binary10101101000010101101011110101111000010101100100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56420B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56420B; }

 p { color: rgb(86,66,11); }

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

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

 a { background-color: rgb(86,66,11); }

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

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

 span { border-color: rgb(86,66,11); }

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