#554631

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

Shades of Deep Bronze #554631

Tints of Deep Bronze #554631

Color information

#554631 (or 0x554631) is unknown color: approx Deep Bronze. HEX triplet: 55, 46 and 31. RGB value is (85,70,49). Sum of RGB (Red+Green+Blue) = 85+70+49=204 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.67% from 204); Green value is 70 (27.73% from 255 or 34.31% from 204); Blue value is 49 (19.53% from 255 or 24.02% from 204); Max value from RGB is 85 - color contains mainly: red. Hex color #554631 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554631 is #AAB9CE. Grayscale: #484848. Windows color (decimal): -11188687 or 3229269. OLE color: 3229269.

HSL color Cylindrical-coordinate representation of color #554631: hue angle of 35º 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 #554631 is Cyan = 0, Magento = 0.18, Yellow = 0.42 and Black (K on CMYK) = 0.67.

Color convert

RGB857049-
CMYK00.180.420.67
HSL35º26.87%26.27%-
HSV(B)35º42.35%33.33%-
XYZ6.496.533.82-
YUV72.09114.97137.21-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 41.67%
GREEN value IS 70 (27.73% from 255) = 34.31%
BLUE value IS 49 (19.53% from 255) = 24.02%
R=41.67%
G=34.31%
B=24.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.42
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85704900.180.420.673526.8726.27
Hex5546310122A43231b1a
Octal1251066102252103433332
Binary1010101100011011000101001010101010000111000111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554631; }

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

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

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

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

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

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

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

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