Html Css Color HEX #5B463F Saddle

📋 copy color: '#5B463F'

red 91 ◦ green 70 ◦ blue 63

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

Shades of Saddle #5B463F

Tints of Saddle #5B463F

RGB

 RED value IS 91 (35.94% from 255) = 40.63%

 GREEN value IS 70 (27.73% from 255) = 31.25%

 BLUE value IS 63 (25% from 255) = 28.13%

R = 40.63%
G = 31.25%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.31

 K value IS 0.64

RGB Variations

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

Color information

#5B463F (or 0x5B463F) is known color: Saddle. HEX triplet: 5B, 46 and 3F. RGB value is (91,70,63). Sum of RGB (Red+Green+Blue) = 91+70+63=224 (29% of max value = 765). Red value is 91 (35.94% from 255 or 40.62% from 224); Green value is 70 (27.73% from 255 or 31.25% from 224); Blue value is 63 (25% from 255 or 28.12% from 224); Max value from RGB is 91 - color contains mainly: red. Hex color #5B463F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B463F is #A4B9C0. Grayscale: #4B4B4B. Windows color (decimal): -10795457 or 4146779. OLE color: 4146779.

HSL color Cylindrical-coordinate representation of color #5B463F: hue angle of 15º degrees, saturation: 0.18, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5B463F is Cyan = 0, Magento = 0.23, Yellow = 0.31 and Black (K on CMYK) = 0.64.

Color convert

RGB 91 70 63 -
CMYK 0 0.23 0.31 0.64
HSL 15º 0.18% 0.3% -
HSV(B) 15º 0.31% 0.36% -
XYZ 7.4 6.96 5.66 -
YUV 75.48 120.96 139.07 -
System Red Green Blue C M Y K H S L
Decimal 91 70 63 0 0.23 0.31 0.64 15 0.18 0.3
Hex 5B 46 3F 0 17 1F 40 F 12 1E
Octal 133 106 77 0 27 37 100 17 22 36
Binary 1011011 1000110 111111 0 10111 11111 1000000 1111 10010 11110

Color Harmonies of #5B463F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B463F

Black with #5B463F

Text Example


Text Example

White with #5B463F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,70,63); }

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

background-color css

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

 a { background-color: rgb(91,70,63); }

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

border-color css

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

 span { border-color: rgb(91,70,63); }

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