#55421F

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

Shades of Bronze Olive #55421F

Tints of Bronze Olive #55421F

Color information

#55421F (or 0x55421F) is unknown color: approx Bronze Olive. HEX triplet: 55, 42 and 1F. RGB value is (85,66,31). Sum of RGB (Red+Green+Blue) = 85+66+31=182 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.70% from 182); Green value is 66 (26.17% from 255 or 36.26% from 182); Blue value is 31 (12.5% from 255 or 17.03% from 182); Max value from RGB is 85 - color contains mainly: red. Hex color #55421F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55421F is #AABDE0. Grayscale: #434343. Windows color (decimal): -11189729 or 2048597. OLE color: 2048597.

HSL color Cylindrical-coordinate representation of color #55421F: hue angle of 38.89º degrees, saturation: 0.47, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #55421F is Cyan = 0, Magento = 0.22, Yellow = 0.64 and Black (K on CMYK) = 0.67.

Color convert

RGB856631-
CMYK00.220.640.67
HSL38.89º46.55%22.75%-
HSV(B)38.89º63.53%33.33%-
XYZ5.945.932.13-
YUV67.69107.29140.35-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 46.70%
GREEN value IS 66 (26.17% from 255) = 36.26%
BLUE value IS 31 (12.5% from 255) = 17.03%
R=46.70%
G=36.26%
B=17.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.64
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85663100.220.640.6738.8946.5522.75
Hex55421F0164043272f17
Octal12510237026100103475727
Binary10101011000010111110101101000000100001110011110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55421F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55421F; }

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

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

<style>
 a { background-color: #55421F; }

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

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

<style>
 span { border-color: #55421F; }

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

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