#56421E

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

Shades of Bronze Olive #56421E

Tints of Bronze Olive #56421E

Color information

#56421E (or 0x56421E) is unknown color: approx Bronze Olive. HEX triplet: 56, 42 and 1E. RGB value is (86,66,30). Sum of RGB (Red+Green+Blue) = 86+66+30=182 (24% of max value = 765). Red value is 86 (33.98% from 255 or 47.25% from 182); Green value is 66 (26.17% from 255 or 36.26% from 182); Blue value is 30 (12.11% from 255 or 16.48% from 182); Max value from RGB is 86 - color contains mainly: red. Hex color #56421E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56421E is #A9BDE1. Grayscale: #444444. Windows color (decimal): -11124194 or 1983062. OLE color: 1983062.

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

Color convert

RGB866630-
CMYK00.230.650.66
HSL38.57º48.28%22.75%-
HSV(B)38.57º65.12%33.73%-
XYZ6.025.972.06-
YUV67.88106.63140.93-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 47.25%
GREEN value IS 66 (26.17% from 255) = 36.26%
BLUE value IS 30 (12.11% from 255) = 16.48%
R=47.25%
G=36.26%
B=16.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.65
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86663000.230.650.6638.5748.2822.75
Hex56421E0174142273017
Octal12610236027101102476027
Binary10101101000010111100101111000001100001010011111000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56421E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56421E; }

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

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

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

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

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

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

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

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