Html Css Color HEX #564B46 Saddle

📋 copy color: '#564B46'

red 86 ◦ green 75 ◦ blue 70

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

Shades of Saddle #564B46

Tints of Saddle #564B46

RGB

 RED value IS 86 (33.98% from 255) = 37.23%

 GREEN value IS 75 (29.69% from 255) = 32.47%

 BLUE value IS 70 (27.73% from 255) = 30.3%

R = 37.23%
G = 32.47%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.19

 K value IS 0.66

RGB Variations

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

Color information

#564B46 (or 0x564B46) is known color: Saddle. HEX triplet: 56, 4B and 46. RGB value is (86,75,70). Sum of RGB (Red+Green+Blue) = 86+75+70=231 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.23% from 231); Green value is 75 (29.69% from 255 or 32.47% from 231); Blue value is 70 (27.73% from 255 or 30.30% from 231); Max value from RGB is 86 - color contains mainly: red. Hex color #564B46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564B46 is #A9B4B9. Grayscale: #4D4D4D. Windows color (decimal): -11121850 or 4606806. OLE color: 4606806.

HSL color Cylindrical-coordinate representation of color #564B46: hue angle of 18.75º degrees, saturation: 0.1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #564B46 is Cyan = 0, Magento = 0.13, Yellow = 0.19 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 75 70 -
CMYK 0 0.13 0.19 0.66
HSL 18.75º 0.1% 0.31% -
HSV(B) 18.75º 0.19% 0.34% -
XYZ 7.46 7.45 6.84 -
YUV 77.72 123.64 133.91 -
System Red Green Blue C M Y K H S L
Decimal 86 75 70 0 0.13 0.19 0.66 18.75 0.1 0.31
Hex 56 4B 46 0 D 13 42 13 A 1F
Octal 126 113 106 0 15 23 102 23 12 37
Binary 1010110 1001011 1000110 0 1101 10011 1000010 10011 1010 11111

Color Harmonies of #564B46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564B46

Black with #564B46

Text Example


Text Example

White with #564B46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #564B46;
 }
 .AnyTagClassName
 {
   color: #564B46;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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