#61483E

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

Shades of Saddle #61483E

Tints of Saddle #61483E

Color information

#61483E (or 0x61483E) is unknown color: approx Saddle. HEX triplet: 61, 48 and 3E. RGB value is (97,72,62). Sum of RGB (Red+Green+Blue) = 97+72+62=231 (30% of max value = 765). Red value is 97 (38.28% from 255 or 41.99% from 231); Green value is 72 (28.52% from 255 or 31.17% from 231); Blue value is 62 (24.61% from 255 or 26.84% from 231); Max value from RGB is 97 - color contains mainly: red. Hex color #61483E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61483E is #9EB7C1. Grayscale: #4E4E4E. Windows color (decimal): -10401730 or 4081761. OLE color: 4081761.

HSL color Cylindrical-coordinate representation of color #61483E: hue angle of 17.14º degrees, saturation: 0.22, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #61483E is Cyan = 0, Magento = 0.26, Yellow = 0.36 and Black (K on CMYK) = 0.62.

Color convert

RGB977262-
CMYK00.260.360.62
HSL17.14º22.01%31.18%-
HSV(B)17.14º36.08%38.04%-
XYZ8.127.525.58-
YUV78.33118.78141.31-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 41.99%
GREEN value IS 72 (28.52% from 255) = 31.17%
BLUE value IS 62 (24.61% from 255) = 26.84%
R=41.99%
G=31.17%
B=26.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.36
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97726200.260.360.6217.1422.0131.18
Hex61483E01A243E11161f
Octal141110760324476212637
Binary11000011001000111110011010100100111110100011011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61483E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61483E; }

 p { color: rgb(97,72,62); }

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

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

 a { background-color: rgb(97,72,62); }

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

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

 span { border-color: rgb(97,72,62); }

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