#55432E

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

Shades of Deep Bronze #55432E

Tints of Deep Bronze #55432E

Color information

#55432E (or 0x55432E) is unknown color: approx Deep Bronze. HEX triplet: 55, 43 and 2E. RGB value is (85,67,46). Sum of RGB (Red+Green+Blue) = 85+67+46=198 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.93% from 198); Green value is 67 (26.56% from 255 or 33.84% from 198); Blue value is 46 (18.36% from 255 or 23.23% from 198); Max value from RGB is 85 - color contains mainly: red. Hex color #55432E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55432E is #AABCD1. Grayscale: #464646. Windows color (decimal): -11189458 or 3031893. OLE color: 3031893.

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

Color convert

RGB856746-
CMYK00.210.460.67
HSL32.31º29.77%25.69%-
HSV(B)32.31º45.88%33.33%-
XYZ6.256.143.44-
YUV69.99114.46138.71-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 42.93%
GREEN value IS 67 (26.56% from 255) = 33.84%
BLUE value IS 46 (18.36% from 255) = 23.23%
R=42.93%
G=33.84%
B=23.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.46
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85674600.210.460.6732.3129.7725.69
Hex55432E0152E43201e1a
Octal1251035602556103403632
Binary1010101100001110111001010110111010000111000001111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55432E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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