#554332

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

Shades of Deep Bronze #554332

Tints of Deep Bronze #554332

Color information

#554332 (or 0x554332) is unknown color: approx Deep Bronze. HEX triplet: 55, 43 and 32. RGB value is (85,67,50). Sum of RGB (Red+Green+Blue) = 85+67+50=202 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.08% from 202); Green value is 67 (26.56% from 255 or 33.17% from 202); Blue value is 50 (19.92% from 255 or 24.75% from 202); Max value from RGB is 85 - color contains mainly: red. Hex color #554332 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554332 is #AABCCD. Grayscale: #464646. Windows color (decimal): -11189454 or 3294037. OLE color: 3294037.

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

Color convert

RGB856750-
CMYK00.210.410.67
HSL29.14º25.93%26.47%-
HSV(B)29.14º41.18%33.33%-
XYZ6.336.183.88-
YUV70.44116.46138.38-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 42.08%
GREEN value IS 67 (26.56% from 255) = 33.17%
BLUE value IS 50 (19.92% from 255) = 24.75%
R=42.08%
G=33.17%
B=24.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.41
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85675000.210.410.6729.1425.9326.47
Hex55433201529431d1a1a
Octal1251036202551103353232
Binary101010110000111100100101011010011000011111011101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554332; }

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

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

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

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

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

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

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

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