#55452E

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

Shades of Deep Bronze #55452E

Tints of Deep Bronze #55452E

Color information

#55452E (or 0x55452E) is unknown color: approx Deep Bronze. HEX triplet: 55, 45 and 2E. RGB value is (85,69,46). Sum of RGB (Red+Green+Blue) = 85+69+46=200 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.5% from 200); Green value is 69 (27.34% from 255 or 34.5% from 200); Blue value is 46 (18.36% from 255 or 23% from 200); Max value from RGB is 85 - color contains mainly: red. Hex color #55452E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55452E is #AABAD1. Grayscale: #474747. Windows color (decimal): -11188946 or 3032405. OLE color: 3032405.

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

Color convert

RGB856946-
CMYK00.190.460.67
HSL35.38º29.77%25.69%-
HSV(B)35.38º45.88%33.33%-
XYZ6.376.383.48-
YUV71.16113.8137.87-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 42.5%
GREEN value IS 69 (27.34% from 255) = 34.5%
BLUE value IS 46 (18.36% from 255) = 23%
R=42.5%
G=34.5%
B=23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.46
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85694600.190.460.6735.3829.7725.69
Hex55452E0132E43231e1a
Octal1251055602356103433632
Binary1010101100010110111001001110111010000111000111111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55452E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,69,46); }

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

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

 a { background-color: rgb(85,69,46); }

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

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

 span { border-color: rgb(85,69,46); }

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