#554526

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

Shades of Bronze Olive #554526

Tints of Bronze Olive #554526

Color information

#554526 (or 0x554526) is unknown color: approx Bronze Olive. HEX triplet: 55, 45 and 26. RGB value is (85,69,38). Sum of RGB (Red+Green+Blue) = 85+69+38=192 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.27% from 192); Green value is 69 (27.34% from 255 or 35.94% from 192); Blue value is 38 (15.23% from 255 or 19.79% from 192); Max value from RGB is 85 - color contains mainly: red. Hex color #554526 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554526 is #AABAD9. Grayscale: #464646. Windows color (decimal): -11188954 or 2508117. OLE color: 2508117.

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

Color convert

RGB856938-
CMYK00.190.550.67
HSL39.57º38.21%24.12%-
HSV(B)39.57º55.29%33.33%-
XYZ6.226.332.73-
YUV70.25109.8138.52-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 44.27%
GREEN value IS 69 (27.34% from 255) = 35.94%
BLUE value IS 38 (15.23% from 255) = 19.79%
R=44.27%
G=35.94%
B=19.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.55
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85693800.190.550.6739.5738.2124.12
Hex5545260133743282618
Octal1251054602367103504630
Binary10101011000101100110010011110111100001110100010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554526; }

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

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

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

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

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

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

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

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