#55421E

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

Shades of Bronze Olive #55421E

Tints of Bronze Olive #55421E

Color information

#55421E (or 0x55421E) is unknown color: approx Bronze Olive. HEX triplet: 55, 42 and 1E. RGB value is (85,66,30). Sum of RGB (Red+Green+Blue) = 85+66+30=181 (23% of max value = 765). Red value is 85 (33.59% from 255 or 46.96% from 181); Green value is 66 (26.17% from 255 or 36.46% from 181); Blue value is 30 (12.11% from 255 or 16.57% from 181); Max value from RGB is 85 - color contains mainly: red. Hex color #55421E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55421E is #AABDE1. Grayscale: #434343. Windows color (decimal): -11189730 or 1983061. OLE color: 1983061.

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

Color convert

RGB856630-
CMYK00.220.650.67
HSL39.27º47.83%22.55%-
HSV(B)39.27º64.71%33.33%-
XYZ5.935.922.06-
YUV67.58106.79140.43-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 46.96%
GREEN value IS 66 (26.17% from 255) = 36.46%
BLUE value IS 30 (12.11% from 255) = 16.57%
R=46.96%
G=36.46%
B=16.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.65
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85663000.220.650.6739.2747.8322.55
Hex55421E0164143273017
Octal12510236026101103476027
Binary10101011000010111100101101000001100001110011111000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55421E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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