#55420E

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

Shades of Bronze Olive #55420E

Tints of Bronze Olive #55420E

Color information

#55420E (or 0x55420E) is unknown color: approx Bronze Olive. HEX triplet: 55, 42 and 0E. RGB value is (85,66,14). Sum of RGB (Red+Green+Blue) = 85+66+14=165 (21% of max value = 765). Red value is 85 (33.59% from 255 or 51.52% from 165); Green value is 66 (26.17% from 255 or 40% from 165); Blue value is 14 (5.86% from 255 or 8.48% from 165); Max value from RGB is 85 - color contains mainly: red. Hex color #55420E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #55420E is #AABDF1. Grayscale: #414141. Windows color (decimal): -11189746 or 934485. OLE color: 934485.

HSL color Cylindrical-coordinate representation of color #55420E: hue angle of 43.94º degrees, saturation: 0.72, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #55420E is Cyan = 0, Magento = 0.22, Yellow = 0.84 and Black (K on CMYK) = 0.67.

Color convert

RGB856614-
CMYK00.220.840.67
HSL43.94º71.72%19.41%-
HSV(B)43.94º83.53%33.33%-
XYZ5.775.861.24-
YUV65.7598.79141.73-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 51.52%
GREEN value IS 66 (26.17% from 255) = 40%
BLUE value IS 14 (5.86% from 255) = 8.48%
R=51.52%
G=40%
B=8.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.84
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85661400.220.840.6743.9471.7219.41
Hex5542E01654432c4813
Octal125102160261241035411023
Binary10101011000010111001011010101001000011101100100100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55420E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,66,14); }

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

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

 a { background-color: rgb(85,66,14); }

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

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

 span { border-color: rgb(85,66,14); }

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