#554326

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

Shades of Deep Bronze #554326

Tints of Deep Bronze #554326

Color information

#554326 (or 0x554326) is unknown color: approx Deep Bronze. HEX triplet: 55, 43 and 26. RGB value is (85,67,38). Sum of RGB (Red+Green+Blue) = 85+67+38=190 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.74% from 190); Green value is 67 (26.56% from 255 or 35.26% from 190); Blue value is 38 (15.23% from 255 or 20% from 190); Max value from RGB is 85 - color contains mainly: red. Hex color #554326 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554326 is #AABCD9. Grayscale: #454545. Windows color (decimal): -11189466 or 2507605. OLE color: 2507605.

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

Color convert

RGB856738-
CMYK00.210.550.67
HSL37.02º38.21%24.12%-
HSV(B)37.02º55.29%33.33%-
XYZ6.16.092.69-
YUV69.08110.46139.36-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 44.74%
GREEN value IS 67 (26.56% from 255) = 35.26%
BLUE value IS 38 (15.23% from 255) = 20%
R=44.74%
G=35.26%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.55
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85673800.210.550.6737.0238.2124.12
Hex5543260153743252618
Octal1251034602567103454630
Binary10101011000011100110010101110111100001110010110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554326; }

 p { color: rgb(85,67,38); }

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

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

 a { background-color: rgb(85,67,38); }

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

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

 span { border-color: rgb(85,67,38); }

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