Html Css Color HEX #565F2B Saratoga

📋 copy color: '#565F2B'

red 86 ◦ green 95 ◦ blue 43

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

Shades of Saratoga #565F2B

Tints of Saratoga #565F2B

RGB

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

 GREEN value IS 95 (37.5% from 255) = 42.41%

 BLUE value IS 43 (17.19% from 255) = 19.2%

R = 38.39%
G = 42.41%
B = 19.2%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.55

 K value IS 0.63

RGB Variations

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

Color information

#565F2B (or 0x565F2B) is known color: Saratoga. HEX triplet: 56, 5F and 2B. RGB value is (86,95,43). Sum of RGB (Red+Green+Blue) = 86+95+43=224 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.39% from 224); Green value is 95 (37.5% from 255 or 42.41% from 224); Blue value is 43 (17.19% from 255 or 19.20% from 224); Max value from RGB is 95 - color contains mainly: green. Hex color #565F2B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #565F2B is #A9A0D4. Grayscale: #565656. Windows color (decimal): -11116757 or 2842454. OLE color: 2842454.

HSL color Cylindrical-coordinate representation of color #565F2B: hue angle of 70.38º degrees, saturation: 0.38, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #565F2B is Cyan = 0.09, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.63.

Color convert

RGB 86 95 43 -
CMYK 0.09 0 0.55 0.63
HSL 70.38º 0.38% 0.27% -
HSV(B) 70.38º 0.55% 0.37% -
XYZ 8.37 10.34 3.84 -
YUV 86.38 103.52 127.73 -
System Red Green Blue C M Y K H S L
Decimal 86 95 43 0.09 0 0.55 0.63 70.38 0.38 0.27
Hex 56 5F 2B 9 0 37 3F 46 26 1B
Octal 126 137 53 11 0 67 77 106 46 33
Binary 1010110 1011111 101011 1001 0 110111 111111 1000110 100110 11011

Color Harmonies of #565F2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565F2B

Black with #565F2B

Text Example


Text Example

White with #565F2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,95,43); }

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

background-color css

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

 a { background-color: rgb(86,95,43); }

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

border-color css

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

 span { border-color: rgb(86,95,43); }

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