#56430B

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

Shades of Bronze Olive #56430B

Tints of Bronze Olive #56430B

Color information

#56430B (or 0x56430B) is unknown color: approx Bronze Olive. HEX triplet: 56, 43 and 0B. RGB value is (86,67,11). Sum of RGB (Red+Green+Blue) = 86+67+11=164 (21% of max value = 765). Red value is 86 (33.98% from 255 or 52.44% from 164); Green value is 67 (26.56% from 255 or 40.85% from 164); Blue value is 11 (4.69% from 255 or 6.71% from 164); Max value from RGB is 86 - color contains mainly: red. Hex color #56430B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #56430B is #A9BCF4. Grayscale: #424242. Windows color (decimal): -11123957 or 738134. OLE color: 738134.

HSL color Cylindrical-coordinate representation of color #56430B: hue angle of 44.8º 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 #56430B is Cyan = 0, Magento = 0.22, Yellow = 0.87 and Black (K on CMYK) = 0.66.

Color convert

RGB866711-
CMYK00.220.870.66
HSL44.8º77.32%19.02%-
HSV(B)44.8º87.21%33.73%-
XYZ5.916.021.17-
YUV66.396.79142.05-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 52.44%
GREEN value IS 67 (26.56% from 255) = 40.85%
BLUE value IS 11 (4.69% from 255) = 6.71%
R=52.44%
G=40.85%
B=6.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.87
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86671100.220.870.6644.877.3219.02
Hex5643B01657422d4d13
Octal126103130261271025511523
Binary10101101000011101101011010101111000010101101100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56430B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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