#554529

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

Shades of Deep Bronze #554529

Tints of Deep Bronze #554529

Color information

#554529 (or 0x554529) is unknown color: approx Deep Bronze. HEX triplet: 55, 45 and 29. RGB value is (85,69,41). Sum of RGB (Red+Green+Blue) = 85+69+41=195 (25% of max value = 765). Red value is 85 (33.59% from 255 or 43.59% from 195); Green value is 69 (27.34% from 255 or 35.38% from 195); Blue value is 41 (16.41% from 255 or 21.03% from 195); Max value from RGB is 85 - color contains mainly: red. Hex color #554529 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554529 is #AABAD6. Grayscale: #464646. Windows color (decimal): -11188951 or 2704725. OLE color: 2704725.

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

Color convert

RGB856941-
CMYK00.190.520.67
HSL38.18º34.92%24.71%-
HSV(B)38.18º51.76%33.33%-
XYZ6.276.352.99-
YUV70.59111.3138.28-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 43.59%
GREEN value IS 69 (27.34% from 255) = 35.38%
BLUE value IS 41 (16.41% from 255) = 21.03%
R=43.59%
G=35.38%
B=21.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.52
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85694100.190.520.6738.1834.9224.71
Hex5545290133443262319
Octal1251055102364103464331
Binary10101011000101101001010011110100100001110011010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554529; }

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

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

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

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

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

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

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

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