#554527

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

Shades of Deep Bronze #554527

Tints of Deep Bronze #554527

Color information

#554527 (or 0x554527) is unknown color: approx Deep Bronze. HEX triplet: 55, 45 and 27. RGB value is (85,69,39). Sum of RGB (Red+Green+Blue) = 85+69+39=193 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.04% from 193); Green value is 69 (27.34% from 255 or 35.75% from 193); Blue value is 39 (15.62% from 255 or 20.21% from 193); Max value from RGB is 85 - color contains mainly: red. Hex color #554527 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554527 is #AABAD8. Grayscale: #464646. Windows color (decimal): -11188953 or 2573653. OLE color: 2573653.

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

Color convert

RGB856939-
CMYK00.190.540.67
HSL39.13º37.1%24.31%-
HSV(B)39.13º54.12%33.33%-
XYZ6.246.332.81-
YUV70.36110.3138.44-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 44.04%
GREEN value IS 69 (27.34% from 255) = 35.75%
BLUE value IS 39 (15.62% from 255) = 20.21%
R=44.04%
G=35.75%
B=20.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.54
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85693900.190.540.6739.1337.124.31
Hex5545270133643272518
Octal1251054702366103474530
Binary10101011000101100111010011110110100001110011110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554527; }

 p { color: rgb(85,69,39); }

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

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

 a { background-color: rgb(85,69,39); }

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

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

 span { border-color: rgb(85,69,39); }

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