#554419

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

Shades of Bronze Olive #554419

Tints of Bronze Olive #554419

Color information

#554419 (or 0x554419) is unknown color: approx Bronze Olive. HEX triplet: 55, 44 and 19. RGB value is (85,68,25). Sum of RGB (Red+Green+Blue) = 85+68+25=178 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.75% from 178); Green value is 68 (26.95% from 255 or 38.20% from 178); Blue value is 25 (10.16% from 255 or 14.04% from 178); Max value from RGB is 85 - color contains mainly: red. Hex color #554419 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554419 is #AABBE6. Grayscale: #444444. Windows color (decimal): -11189223 or 1655893. OLE color: 1655893.

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

Color convert

RGB856825-
CMYK00.200.710.67
HSL43º54.55%21.57%-
HSV(B)43º70.59%33.33%-
XYZ5.996.141.79-
YUV68.18103.63140-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 47.75%
GREEN value IS 68 (26.95% from 255) = 38.20%
BLUE value IS 25 (10.16% from 255) = 14.04%
R=47.75%
G=38.20%
B=14.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.71
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85682500.200.710.674354.5521.57
Hex55441901447432b3716
Octal12510431024107103536726
Binary10101011000100110010101001000111100001110101111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554419; }

 p { color: rgb(85,68,25); }

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

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

 a { background-color: rgb(85,68,25); }

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

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

 span { border-color: rgb(85,68,25); }

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