#56420D

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

Shades of Bronze Olive #56420D

Tints of Bronze Olive #56420D

Color information

#56420D (or 0x56420D) is unknown color: approx Bronze Olive. HEX triplet: 56, 42 and 0D. RGB value is (86,66,13). Sum of RGB (Red+Green+Blue) = 86+66+13=165 (21% of max value = 765). Red value is 86 (33.98% from 255 or 52.12% from 165); Green value is 66 (26.17% from 255 or 40% from 165); Blue value is 13 (5.47% from 255 or 7.88% from 165); Max value from RGB is 86 - color contains mainly: red. Hex color #56420D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #56420D is #A9BDF2. Grayscale: #424242. Windows color (decimal): -11124211 or 868950. OLE color: 868950.

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

Color convert

RGB866613-
CMYK00.230.850.66
HSL43.56º73.74%19.41%-
HSV(B)43.56º84.88%33.73%-
XYZ5.865.91.21-
YUV65.9498.13142.31-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 52.12%
GREEN value IS 66 (26.17% from 255) = 40%
BLUE value IS 13 (5.47% from 255) = 7.88%
R=52.12%
G=40%
B=7.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.85
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86661300.230.850.6643.5673.7419.41
Hex5642D01755422c4a13
Octal126102150271251025411223
Binary10101101000010110101011110101011000010101100100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56420D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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