#554630

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

Shades of Deep Bronze #554630

Tints of Deep Bronze #554630

Color information

#554630 (or 0x554630) is unknown color: approx Deep Bronze. HEX triplet: 55, 46 and 30. RGB value is (85,70,48). Sum of RGB (Red+Green+Blue) = 85+70+48=203 (26% of max value = 765). Red value is 85 (33.59% from 255 or 41.87% from 203); Green value is 70 (27.73% from 255 or 34.48% from 203); Blue value is 48 (19.14% from 255 or 23.65% from 203); Max value from RGB is 85 - color contains mainly: red. Hex color #554630 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554630 is #AAB9CF. Grayscale: #484848. Windows color (decimal): -11188688 or 3163733. OLE color: 3163733.

HSL color Cylindrical-coordinate representation of color #554630: hue angle of 35.68º degrees, saturation: 0.28, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #554630 is Cyan = 0, Magento = 0.18, Yellow = 0.44 and Black (K on CMYK) = 0.67.

Color convert

RGB857048-
CMYK00.180.440.67
HSL35.68º27.82%26.08%-
HSV(B)35.68º43.53%33.33%-
XYZ6.476.533.71-
YUV71.98114.47137.29-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 41.87%
GREEN value IS 70 (27.73% from 255) = 34.48%
BLUE value IS 48 (19.14% from 255) = 23.65%
R=41.87%
G=34.48%
B=23.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.44
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85704800.180.440.6735.6827.8226.08
Hex5546300122C43241c1a
Octal1251066002254103443432
Binary1010101100011011000001001010110010000111001001110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554630; }

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

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

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

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

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

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

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

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