#554B46

Color #554B46 Saddle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Saddle #554B46

Tints of Saddle #554B46

Color information

#554B46 (or 0x554B46) is unknown color: approx Saddle. HEX triplet: 55, 4B and 46. RGB value is (85,75,70). Sum of RGB (Red+Green+Blue) = 85+75+70=230 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.96% from 230); Green value is 75 (29.69% from 255 or 32.61% from 230); Blue value is 70 (27.73% from 255 or 30.43% from 230); Max value from RGB is 85 - color contains mainly: red. Hex color #554B46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554B46 is #AAB4B9. Grayscale: #4D4D4D. Windows color (decimal): -11187386 or 4606805. OLE color: 4606805.

HSL color Cylindrical-coordinate representation of color #554B46: hue angle of 20º degrees, saturation: 0.1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #554B46 is Cyan = 0, Magento = 0.12, Yellow = 0.18 and Black (K on CMYK) = 0.67.

Color convert

RGB857570-
CMYK00.120.180.67
HSL20º9.68%30.39%-
HSV(B)20º17.65%33.33%-
XYZ7.377.416.84-
YUV77.42123.81133.41-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 36.96%
GREEN value IS 75 (29.69% from 255) = 32.61%
BLUE value IS 70 (27.73% from 255) = 30.43%
R=36.96%
G=32.61%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.18
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85757000.120.180.67209.6830.39
Hex554B460C124314a1e
Octal12511310601422103241236
Binary1010101100101110001100110010010100001110100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554B46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554B46; }

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

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

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

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

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

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

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

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