#554322

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

Shades of Bronze Olive #554322

Tints of Bronze Olive #554322

Color information

#554322 (or 0x554322) is unknown color: approx Bronze Olive. HEX triplet: 55, 43 and 22. RGB value is (85,67,34). Sum of RGB (Red+Green+Blue) = 85+67+34=186 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.70% from 186); Green value is 67 (26.56% from 255 or 36.02% from 186); Blue value is 34 (13.67% from 255 or 18.28% from 186); Max value from RGB is 85 - color contains mainly: red. Hex color #554322 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554322 is #AABCDD. Grayscale: #444444. Windows color (decimal): -11189470 or 2245461. OLE color: 2245461.

HSL color Cylindrical-coordinate representation of color #554322: hue angle of 38.82º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #554322 is Cyan = 0, Magento = 0.21, Yellow = 0.60 and Black (K on CMYK) = 0.67.

Color convert

RGB856734-
CMYK00.210.600.67
HSL38.82º42.86%23.33%-
HSV(B)38.82º60%33.33%-
XYZ6.046.062.36-
YUV68.62108.46139.68-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 45.70%
GREEN value IS 67 (26.56% from 255) = 36.02%
BLUE value IS 34 (13.67% from 255) = 18.28%
R=45.70%
G=36.02%
B=18.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.60
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85673400.210.600.6738.8242.8623.33
Hex5543220153C43272b17
Octal1251034202574103475327
Binary10101011000011100010010101111100100001110011110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554322; }

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

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

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

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

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

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

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

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