#554122

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

Shades of Deep Bronze #554122

Tints of Deep Bronze #554122

Color information

#554122 (or 0x554122) is unknown color: approx Deep Bronze. HEX triplet: 55, 41 and 22. RGB value is (85,65,34). Sum of RGB (Red+Green+Blue) = 85+65+34=184 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.20% from 184); Green value is 65 (25.78% from 255 or 35.33% from 184); Blue value is 34 (13.67% from 255 or 18.48% from 184); Max value from RGB is 85 - color contains mainly: red. Hex color #554122 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554122 is #AABEDD. Grayscale: #434343. Windows color (decimal): -11189982 or 2244949. OLE color: 2244949.

HSL color Cylindrical-coordinate representation of color #554122: hue angle of 36.47º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #554122 is Cyan = 0, Magento = 0.24, Yellow = 0.60 and Black (K on CMYK) = 0.67.

Color convert

RGB856534-
CMYK00.240.600.67
HSL36.47º42.86%23.33%-
HSV(B)36.47º60%33.33%-
XYZ5.935.832.33-
YUV67.45109.13140.52-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 46.20%
GREEN value IS 65 (25.78% from 255) = 35.33%
BLUE value IS 34 (13.67% from 255) = 18.48%
R=46.20%
G=35.33%
B=18.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.60
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85653400.240.600.6736.4742.8623.33
Hex5541220183C43242b17
Octal1251014203074103445327
Binary10101011000001100010011000111100100001110010010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554122; }

 p { color: rgb(85,65,34); }

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

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

 a { background-color: rgb(85,65,34); }

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

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

 span { border-color: rgb(85,65,34); }

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