#554633

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

Shades of Deep Bronze #554633

Tints of Deep Bronze #554633

Color information

#554633 (or 0x554633) is unknown color: approx Deep Bronze. HEX triplet: 55, 46 and 33. RGB value is (85,70,51). Sum of RGB (Red+Green+Blue) = 85+70+51=206 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.26% from 206); Green value is 70 (27.73% from 255 or 33.98% from 206); Blue value is 51 (20.31% from 255 or 24.76% from 206); Max value from RGB is 85 - color contains mainly: red. Hex color #554633 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554633 is #AAB9CC. Grayscale: #484848. Windows color (decimal): -11188685 or 3360341. OLE color: 3360341.

HSL color Cylindrical-coordinate representation of color #554633: hue angle of 33.53º degrees, saturation: 0.25, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #554633 is Cyan = 0, Magento = 0.18, Yellow = 0.40 and Black (K on CMYK) = 0.67.

Color convert

RGB857051-
CMYK00.180.400.67
HSL33.53º25%26.67%-
HSV(B)33.53º40%33.33%-
XYZ6.536.554.05-
YUV72.32115.97137.04-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 41.26%
GREEN value IS 70 (27.73% from 255) = 33.98%
BLUE value IS 51 (20.31% from 255) = 24.76%
R=41.26%
G=33.98%
B=24.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.40
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85705100.180.400.6733.532526.67
Hex554633012284322191b
Octal1251066302250103423133
Binary1010101100011011001101001010100010000111000101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554633; }

 p { color: rgb(85,70,51); }

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

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

 a { background-color: rgb(85,70,51); }

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

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

 span { border-color: rgb(85,70,51); }

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