#554229

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

Shades of Deep Bronze #554229

Tints of Deep Bronze #554229

Color information

#554229 (or 0x554229) is unknown color: approx Deep Bronze. HEX triplet: 55, 42 and 29. RGB value is (85,66,41). Sum of RGB (Red+Green+Blue) = 85+66+41=192 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.27% from 192); Green value is 66 (26.17% from 255 or 34.38% from 192); Blue value is 41 (16.41% from 255 or 21.35% from 192); Max value from RGB is 85 - color contains mainly: red. Hex color #554229 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554229 is #AABDD6. Grayscale: #444444. Windows color (decimal): -11189719 or 2703957. OLE color: 2703957.

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

Color convert

RGB856641-
CMYK00.220.520.67
HSL34.09º34.92%24.71%-
HSV(B)34.09º51.76%33.33%-
XYZ6.095.992.93-
YUV68.83112.29139.53-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 44.27%
GREEN value IS 66 (26.17% from 255) = 34.38%
BLUE value IS 41 (16.41% from 255) = 21.35%
R=44.27%
G=34.38%
B=21.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.52
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85664100.220.520.6734.0934.9224.71
Hex5542290163443222319
Octal1251025102664103424331
Binary10101011000010101001010110110100100001110001010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554229; }

 p { color: rgb(85,66,41); }

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

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

 a { background-color: rgb(85,66,41); }

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

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

 span { border-color: rgb(85,66,41); }

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