#554431

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

Shades of Deep Bronze #554431

Tints of Deep Bronze #554431

Color information

#554431 (or 0x554431) is unknown color: approx Deep Bronze. HEX triplet: 55, 44 and 31. RGB value is (85,68,49). Sum of RGB (Red+Green+Blue) = 85+68+49=202 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.08% from 202); Green value is 68 (26.95% from 255 or 33.66% from 202); Blue value is 49 (19.53% from 255 or 24.26% from 202); Max value from RGB is 85 - color contains mainly: red. Hex color #554431 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554431 is #AABBCE. Grayscale: #474747. Windows color (decimal): -11189199 or 3228757. OLE color: 3228757.

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

Color convert

RGB856849-
CMYK00.200.420.67
HSL31.67º26.87%26.27%-
HSV(B)31.67º42.35%33.33%-
XYZ6.376.293.78-
YUV70.92115.63138.04-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 42.08%
GREEN value IS 68 (26.95% from 255) = 33.66%
BLUE value IS 49 (19.53% from 255) = 24.26%
R=42.08%
G=33.66%
B=24.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.42
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85684900.200.420.6731.6726.8726.27
Hex5544310142A43201b1a
Octal1251046102452103403332
Binary1010101100010011000101010010101010000111000001101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554431; }

 p { color: rgb(85,68,49); }

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

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

 a { background-color: rgb(85,68,49); }

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

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

 span { border-color: rgb(85,68,49); }

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