#655047

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

Shades of Saddle #655047

Tints of Saddle #655047

Color information

#655047 (or 0x655047) is unknown color: approx Saddle. HEX triplet: 65, 50 and 47. RGB value is (101,80,71). Sum of RGB (Red+Green+Blue) = 101+80+71=252 (33% of max value = 765). Red value is 101 (39.84% from 255 or 40.08% from 252); Green value is 80 (31.64% from 255 or 31.75% from 252); Blue value is 71 (28.12% from 255 or 28.17% from 252); Max value from RGB is 101 - color contains mainly: red. Hex color #655047 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #655047 is #9AAFB8. Grayscale: #555555. Windows color (decimal): -10137529 or 4673637. OLE color: 4673637.

HSL color Cylindrical-coordinate representation of color #655047: hue angle of 18º degrees, saturation: 0.17, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #655047 is Cyan = 0, Magento = 0.21, Yellow = 0.30 and Black (K on CMYK) = 0.60.

Color convert

RGB1018071-
CMYK00.210.300.60
HSL18º17.44%33.73%-
HSV(B)18º29.7%39.61%-
XYZ9.378.967.2-
YUV85.25119.96139.23-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 40.08%
GREEN value IS 80 (31.64% from 255) = 31.75%
BLUE value IS 71 (28.12% from 255) = 28.17%
R=40.08%
G=31.75%
B=28.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.30
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101807100.210.300.601817.4433.73
Hex6550470151E3C121122
Octal1451201070253674222142
Binary110010110100001000111010101111101111001001010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #655047; }

 p { color: rgb(101,80,71); }

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

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

 a { background-color: rgb(101,80,71); }

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

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

 span { border-color: rgb(101,80,71); }

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