Html Css Color HEX #565C38 Saratoga

📋 copy color: '#565C38'

red 86 ◦ green 92 ◦ blue 56

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

Shades of Saratoga #565C38

Tints of Saratoga #565C38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 23.93%

R = 36.75%
G = 39.32%
B = 23.93%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.39

 K value IS 0.64

RGB Variations

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

Color information

#565C38 (or 0x565C38) is known color: Saratoga. HEX triplet: 56, 5C and 38. RGB value is (86,92,56). Sum of RGB (Red+Green+Blue) = 86+92+56=234 (30% of max value = 765). Red value is 86 (33.98% from 255 or 36.75% from 234); Green value is 92 (36.33% from 255 or 39.32% from 234); Blue value is 56 (22.27% from 255 or 23.93% from 234); Max value from RGB is 92 - color contains mainly: green. Hex color #565C38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #565C38 is #A9A3C7. Grayscale: #565656. Windows color (decimal): -11117512 or 3693654. OLE color: 3693654.

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

Color convert

RGB 86 92 56 -
CMYK 0.07 0 0.39 0.64
HSL 70º 0.24% 0.29% -
HSV(B) 70º 0.39% 0.36% -
XYZ 8.38 9.92 5.21 -
YUV 86.1 111.01 127.93 -
System Red Green Blue C M Y K H S L
Decimal 86 92 56 0.07 0 0.39 0.64 70 0.24 0.29
Hex 56 5C 38 7 0 27 40 46 18 1D
Octal 126 134 70 7 0 47 100 106 30 35
Binary 1010110 1011100 111000 111 0 100111 1000000 1000110 11000 11101

Color Harmonies of #565C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565C38

Black with #565C38

Text Example


Text Example

White with #565C38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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