Html Css Color HEX #565C1F Saratoga

📋 copy color: '#565C1F'

red 86 ◦ green 92 ◦ blue 31

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

Shades of Saratoga #565C1F

Tints of Saratoga #565C1F

RGB

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

 GREEN value IS 92 (36.33% from 255) = 44.02%

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

R = 41.15%
G = 44.02%
B = 14.83%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.66

 K value IS 0.64

RGB Variations

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

Color information

#565C1F (or 0x565C1F) is known color: Saratoga. HEX triplet: 56, 5C and 1F. RGB value is (86,92,31). Sum of RGB (Red+Green+Blue) = 86+92+31=209 (27% of max value = 765). Red value is 86 (33.98% from 255 or 41.15% from 209); Green value is 92 (36.33% from 255 or 44.02% from 209); Blue value is 31 (12.5% from 255 or 14.83% from 209); Max value from RGB is 92 - color contains mainly: green. Hex color #565C1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #565C1F is #A9A3E0. Grayscale: #535353. Windows color (decimal): -11117537 or 2055254. OLE color: 2055254.

HSL color Cylindrical-coordinate representation of color #565C1F: hue angle of 65.9º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #565C1F is Cyan = 0.07, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.64.

Color convert

RGB 86 92 31 -
CMYK 0.07 0 0.66 0.64
HSL 65.9º 0.5% 0.24% -
HSV(B) 65.9º 0.66% 0.36% -
XYZ 7.91 9.73 2.76 -
YUV 83.25 98.51 129.96 -
System Red Green Blue C M Y K H S L
Decimal 86 92 31 0.07 0 0.66 0.64 65.9 0.5 0.24
Hex 56 5C 1F 7 0 42 40 42 32 18
Octal 126 134 37 7 0 102 100 102 62 30
Binary 1010110 1011100 11111 111 0 1000010 1000000 1000010 110010 11000

Color Harmonies of #565C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565C1F

Black with #565C1F

Text Example


Text Example

White with #565C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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