#554524

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

Shades of Bronze Olive #554524

Tints of Bronze Olive #554524

Color information

#554524 (or 0x554524) is unknown color: approx Bronze Olive. HEX triplet: 55, 45 and 24. RGB value is (85,69,36). Sum of RGB (Red+Green+Blue) = 85+69+36=190 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.74% from 190); Green value is 69 (27.34% from 255 or 36.32% from 190); Blue value is 36 (14.45% from 255 or 18.95% from 190); Max value from RGB is 85 - color contains mainly: red. Hex color #554524 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554524 is #AABADB. Grayscale: #464646. Windows color (decimal): -11188956 or 2377045. OLE color: 2377045.

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

Color convert

RGB856936-
CMYK00.190.580.67
HSL40.41º40.5%23.73%-
HSV(B)40.41º57.65%33.33%-
XYZ6.196.312.56-
YUV70.02108.8138.68-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 44.74%
GREEN value IS 69 (27.34% from 255) = 36.32%
BLUE value IS 36 (14.45% from 255) = 18.95%
R=44.74%
G=36.32%
B=18.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.58
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85693600.190.580.6740.4140.523.73
Hex5545240133A43282818
Octal1251054402372103505030
Binary10101011000101100100010011111010100001110100010100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554524; }

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

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

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

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

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

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

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

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