#554622

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

Shades of Bronze Olive #554622

Tints of Bronze Olive #554622

Color information

#554622 (or 0x554622) is unknown color: approx Bronze Olive. HEX triplet: 55, 46 and 22. RGB value is (85,70,34). Sum of RGB (Red+Green+Blue) = 85+70+34=189 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.97% from 189); Green value is 70 (27.73% from 255 or 37.04% from 189); Blue value is 34 (13.67% from 255 or 17.99% from 189); Max value from RGB is 85 - color contains mainly: red. Hex color #554622 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554622 is #AAB9DD. Grayscale: #464646. Windows color (decimal): -11188702 or 2246229. OLE color: 2246229.

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

Color convert

RGB857034-
CMYK00.180.600.67
HSL42.35º42.86%23.33%-
HSV(B)42.35º60%33.33%-
XYZ6.236.432.43-
YUV70.38107.47138.43-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 44.97%
GREEN value IS 70 (27.73% from 255) = 37.04%
BLUE value IS 34 (13.67% from 255) = 17.99%
R=44.97%
G=37.04%
B=17.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.60
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85703400.180.600.6742.3542.8623.33
Hex5546220123C432a2b17
Octal1251064202274103525327
Binary10101011000110100010010010111100100001110101010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554622

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554622; }

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

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

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

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

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

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

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

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