#554225

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

Shades of Deep Bronze #554225

Tints of Deep Bronze #554225

Color information

#554225 (or 0x554225) is unknown color: approx Deep Bronze. HEX triplet: 55, 42 and 25. RGB value is (85,66,37). Sum of RGB (Red+Green+Blue) = 85+66+37=188 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.21% from 188); Green value is 66 (26.17% from 255 or 35.11% from 188); Blue value is 37 (14.84% from 255 or 19.68% from 188); Max value from RGB is 85 - color contains mainly: red. Hex color #554225 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554225 is #AABDDA. Grayscale: #444444. Windows color (decimal): -11189723 or 2441813. OLE color: 2441813.

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

Color convert

RGB856637-
CMYK00.220.560.67
HSL36.25º39.34%23.92%-
HSV(B)36.25º56.47%33.33%-
XYZ6.035.962.58-
YUV68.38110.29139.86-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 45.21%
GREEN value IS 66 (26.17% from 255) = 35.11%
BLUE value IS 37 (14.84% from 255) = 19.68%
R=45.21%
G=35.11%
B=19.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.56
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85663700.220.560.6736.2539.3423.92
Hex5542250163843242718
Octal1251024502670103444730
Binary10101011000010100101010110111000100001110010010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554225; }

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

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

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

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

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

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

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

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