#55452D

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

Shades of Deep Bronze #55452D

Tints of Deep Bronze #55452D

Color information

#55452D (or 0x55452D) is unknown color: approx Deep Bronze. HEX triplet: 55, 45 and 2D. RGB value is (85,69,45). Sum of RGB (Red+Green+Blue) = 85+69+45=199 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.71% from 199); Green value is 69 (27.34% from 255 or 34.67% from 199); Blue value is 45 (17.97% from 255 or 22.61% from 199); Max value from RGB is 85 - color contains mainly: red. Hex color #55452D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55452D is #AABAD2. Grayscale: #474747. Windows color (decimal): -11188947 or 2966869. OLE color: 2966869.

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

Color convert

RGB856945-
CMYK00.190.470.67
HSL36º30.77%25.49%-
HSV(B)36º47.06%33.33%-
XYZ6.356.383.38-
YUV71.05113.3137.95-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 42.71%
GREEN value IS 69 (27.34% from 255) = 34.67%
BLUE value IS 45 (17.97% from 255) = 22.61%
R=42.71%
G=34.67%
B=22.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.47
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85694500.190.470.673630.7725.49
Hex55452D0132F43241f19
Octal1251055502357103443731
Binary1010101100010110110101001110111110000111001001111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55452D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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