#55431E

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

Shades of Bronze Olive #55431E

Tints of Bronze Olive #55431E

Color information

#55431E (or 0x55431E) is unknown color: approx Bronze Olive. HEX triplet: 55, 43 and 1E. RGB value is (85,67,30). Sum of RGB (Red+Green+Blue) = 85+67+30=182 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.70% from 182); Green value is 67 (26.56% from 255 or 36.81% from 182); Blue value is 30 (12.11% from 255 or 16.48% from 182); Max value from RGB is 85 - color contains mainly: red. Hex color #55431E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55431E is #AABCE1. Grayscale: #444444. Windows color (decimal): -11189474 or 1983317. OLE color: 1983317.

HSL color Cylindrical-coordinate representation of color #55431E: hue angle of 40.36º 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 #55431E is Cyan = 0, Magento = 0.21, Yellow = 0.65 and Black (K on CMYK) = 0.67.

Color convert

RGB856730-
CMYK00.210.650.67
HSL40.36º47.83%22.55%-
HSV(B)40.36º64.71%33.33%-
XYZ5.996.042.08-
YUV68.16106.46140.01-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 46.70%
GREEN value IS 67 (26.56% from 255) = 36.81%
BLUE value IS 30 (12.11% from 255) = 16.48%
R=46.70%
G=36.81%
B=16.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.65
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85673000.210.650.6740.3647.8322.55
Hex55431E0154143283017
Octal12510336025101103506027
Binary10101011000011111100101011000001100001110100011000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55431E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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