Html Css Color HEX #565A1F Saratoga

📋 copy color: '#565A1F'

red 86 ◦ green 90 ◦ blue 31

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

Shades of Saratoga #565A1F

Tints of Saratoga #565A1F

RGB

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

 GREEN value IS 90 (35.55% from 255) = 43.48%

 BLUE value IS 31 (12.5% from 255) = 14.98%

R = 41.55%
G = 43.48%
B = 14.98%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.66

 K value IS 0.65

RGB Variations

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

Color information

#565A1F (or 0x565A1F) is known color: Saratoga. HEX triplet: 56, 5A and 1F. RGB value is (86,90,31). Sum of RGB (Red+Green+Blue) = 86+90+31=207 (27% of max value = 765). Red value is 86 (33.98% from 255 or 41.55% from 207); Green value is 90 (35.55% from 255 or 43.48% from 207); Blue value is 31 (12.5% from 255 or 14.98% from 207); Max value from RGB is 90 - color contains mainly: green. Hex color #565A1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #565A1F is #A9A5E0. Grayscale: #525252. Windows color (decimal): -11118049 or 2054742. OLE color: 2054742.

HSL color Cylindrical-coordinate representation of color #565A1F: hue angle of 64.07º degrees, saturation: 0.49, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #565A1F is Cyan = 0.04, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.65.

Color convert

RGB 86 90 31 -
CMYK 0.04 0 0.66 0.65
HSL 64.07º 0.49% 0.24% -
HSV(B) 64.07º 0.66% 0.35% -
XYZ 7.74 9.39 2.7 -
YUV 82.08 99.17 130.8 -
System Red Green Blue C M Y K H S L
Decimal 86 90 31 0.04 0 0.66 0.65 64.07 0.49 0.24
Hex 56 5A 1F 4 0 42 41 40 31 18
Octal 126 132 37 4 0 102 101 100 61 30
Binary 1010110 1011010 11111 100 0 1000010 1000001 1000000 110001 11000

Color Harmonies of #565A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565A1F

Black with #565A1F

Text Example


Text Example

White with #565A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565A1F; }

 p { color: rgb(86,90,31); }

 H1.HeaderClassName
 {
   color: #565A1F;
 }
 .AnyTagClassName
 {
   color: #565A1F;
 }
</style>

background-color css

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

 a { background-color: rgb(86,90,31); }

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

border-color css

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

 span { border-color: rgb(86,90,31); }

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