#554422

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

Shades of Bronze Olive #554422

Tints of Bronze Olive #554422

Color information

#554422 (or 0x554422) is unknown color: approx Bronze Olive. HEX triplet: 55, 44 and 22. RGB value is (85,68,34). Sum of RGB (Red+Green+Blue) = 85+68+34=187 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.45% from 187); Green value is 68 (26.95% from 255 or 36.36% from 187); Blue value is 34 (13.67% from 255 or 18.18% from 187); Max value from RGB is 85 - color contains mainly: red. Hex color #554422 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554422 is #AABBDD. Grayscale: #454545. Windows color (decimal): -11189214 or 2245717. OLE color: 2245717.

HSL color Cylindrical-coordinate representation of color #554422: hue angle of 40º 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 #554422 is Cyan = 0, Magento = 0.20, Yellow = 0.60 and Black (K on CMYK) = 0.67.

Color convert

RGB856834-
CMYK00.200.600.67
HSL40º42.86%23.33%-
HSV(B)40º60%33.33%-
XYZ6.16.182.38-
YUV69.21108.13139.26-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 45.45%
GREEN value IS 68 (26.95% from 255) = 36.36%
BLUE value IS 34 (13.67% from 255) = 18.18%
R=45.45%
G=36.36%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.60
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85683400.200.600.674042.8623.33
Hex5544220143C43282b17
Octal1251044202474103505327
Binary10101011000100100010010100111100100001110100010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554422

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554422; }

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

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

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

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

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

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

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

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