#554626

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

Shades of Bronze Olive #554626

Tints of Bronze Olive #554626

Color information

#554626 (or 0x554626) is unknown color: approx Bronze Olive. HEX triplet: 55, 46 and 26. RGB value is (85,70,38). Sum of RGB (Red+Green+Blue) = 85+70+38=193 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.04% from 193); Green value is 70 (27.73% from 255 or 36.27% from 193); Blue value is 38 (15.23% from 255 or 19.69% from 193); Max value from RGB is 85 - color contains mainly: red. Hex color #554626 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554626 is #AAB9D9. Grayscale: #464646. Windows color (decimal): -11188698 or 2508373. OLE color: 2508373.

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

Color convert

RGB857038-
CMYK00.180.550.67
HSL40.85º38.21%24.12%-
HSV(B)40.85º55.29%33.33%-
XYZ6.296.452.75-
YUV70.84109.47138.1-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 44.04%
GREEN value IS 70 (27.73% from 255) = 36.27%
BLUE value IS 38 (15.23% from 255) = 19.69%
R=44.04%
G=36.27%
B=19.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.55
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85703800.180.550.6740.8538.2124.12
Hex5546260123743292618
Octal1251064602267103514630
Binary10101011000110100110010010110111100001110100110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554626; }

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

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

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

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

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

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

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

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