#554425

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

Shades of Deep Bronze #554425

Tints of Deep Bronze #554425

Color information

#554425 (or 0x554425) is unknown color: approx Deep Bronze. HEX triplet: 55, 44 and 25. RGB value is (85,68,37). Sum of RGB (Red+Green+Blue) = 85+68+37=190 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.74% from 190); Green value is 68 (26.95% from 255 or 35.79% from 190); Blue value is 37 (14.84% from 255 or 19.47% from 190); Max value from RGB is 85 - color contains mainly: red. Hex color #554425 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554425 is #AABBDA. Grayscale: #454545. Windows color (decimal): -11189211 or 2442325. OLE color: 2442325.

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

Color convert

RGB856837-
CMYK00.200.560.67
HSL38.75º39.34%23.92%-
HSV(B)38.75º56.47%33.33%-
XYZ6.156.22.62-
YUV69.55109.63139.02-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 44.74%
GREEN value IS 68 (26.95% from 255) = 35.79%
BLUE value IS 37 (14.84% from 255) = 19.47%
R=44.74%
G=35.79%
B=19.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.56
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85683700.200.560.6738.7539.3423.92
Hex5544250143843272718
Octal1251044502470103474730
Binary10101011000100100101010100111000100001110011110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554425; }

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

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

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

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

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

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

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

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