#55432B

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

Shades of Deep Bronze #55432B

Tints of Deep Bronze #55432B

Color information

#55432B (or 0x55432B) is unknown color: approx Deep Bronze. HEX triplet: 55, 43 and 2B. RGB value is (85,67,43). Sum of RGB (Red+Green+Blue) = 85+67+43=195 (25% of max value = 765). Red value is 85 (33.59% from 255 or 43.59% from 195); Green value is 67 (26.56% from 255 or 34.36% from 195); Blue value is 43 (17.19% from 255 or 22.05% from 195); Max value from RGB is 85 - color contains mainly: red. Hex color #55432B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55432B is #AABCD4. Grayscale: #454545. Windows color (decimal): -11189461 or 2835285. OLE color: 2835285.

HSL color Cylindrical-coordinate representation of color #55432B: hue angle of 34.29º degrees, saturation: 0.33, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #55432B is Cyan = 0, Magento = 0.21, Yellow = 0.49 and Black (K on CMYK) = 0.67.

Color convert

RGB856743-
CMYK00.210.490.67
HSL34.29º32.81%25.1%-
HSV(B)34.29º49.41%33.33%-
XYZ6.196.123.14-
YUV69.65112.96138.95-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 43.59%
GREEN value IS 67 (26.56% from 255) = 34.36%
BLUE value IS 43 (17.19% from 255) = 22.05%
R=43.59%
G=34.36%
B=22.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.49
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85674300.210.490.6734.2932.8125.1
Hex55432B0153143222119
Octal1251035302561103424131
Binary10101011000011101011010101110001100001110001010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55432B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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