Html Css Color HEX #5F4840 Saddle

📋 copy color: '#5F4840'

red 95 ◦ green 72 ◦ blue 64

#5F4840
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Saddle #5F4840

Tints of Saddle #5F4840

RGB

 RED value IS 95 (37.5% from 255) = 41.13%

 GREEN value IS 72 (28.52% from 255) = 31.17%

 BLUE value IS 64 (25.39% from 255) = 27.71%

R = 41.13%
G = 31.17%
B = 27.71%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.33

 K value IS 0.63

RGB Variations

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

Color information

#5F4840 (or 0x5F4840) is known color: Saddle. HEX triplet: 5F, 48 and 40. RGB value is (95,72,64). Sum of RGB (Red+Green+Blue) = 95+72+64=231 (30% of max value = 765). Red value is 95 (37.5% from 255 or 41.13% from 231); Green value is 72 (28.52% from 255 or 31.17% from 231); Blue value is 64 (25.39% from 255 or 27.71% from 231); Max value from RGB is 95 - color contains mainly: red. Hex color #5F4840 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F4840 is #A0B7BF. Grayscale: #4E4E4E. Windows color (decimal): -10532800 or 4212831. OLE color: 4212831.

HSL color Cylindrical-coordinate representation of color #5F4840: hue angle of 15.48º degrees, saturation: 0.19, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5F4840 is Cyan = 0, Magento = 0.24, Yellow = 0.33 and Black (K on CMYK) = 0.63.

Color convert

RGB 95 72 64 -
CMYK 0 0.24 0.33 0.63
HSL 15.48º 0.19% 0.31% -
HSV(B) 15.48º 0.33% 0.37% -
XYZ 7.96 7.44 5.87 -
YUV 77.97 120.12 140.15 -
System Red Green Blue C M Y K H S L
Decimal 95 72 64 0 0.24 0.33 0.63 15.48 0.19 0.31
Hex 5F 48 40 0 18 21 3F F 13 1F
Octal 137 110 100 0 30 41 77 17 23 37
Binary 1011111 1001000 1000000 0 11000 100001 111111 1111 10011 11111

Color Harmonies of #5F4840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F4840

Black with #5F4840

Text Example


Text Example

White with #5F4840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5F4840; }

 p { color: rgb(95,72,64); }

 H1.HeaderClassName
 {
   color: #5F4840;
 }
 .AnyTagClassName
 {
   color: #5F4840;
 }
</style>

background-color css

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

 a { background-color: rgb(95,72,64); }

 div.DivClassName
 {
   background-color: #5F4840;
 }
 .BgClassName
 {
   background-color: #5F4840;
 }
</style>

border-color css

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

 span { border-color: rgb(95,72,64); }

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