Html Css Color HEX #595C1A Saratoga

📋 copy color: '#595C1A'

red 89 ◦ green 92 ◦ blue 26

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

Shades of Saratoga #595C1A

Tints of Saratoga #595C1A

RGB

 RED value IS 89 (35.16% from 255) = 43%

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

 BLUE value IS 26 (10.55% from 255) = 12.56%

R = 43%
G = 44.44%
B = 12.56%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.72

 K value IS 0.64

RGB Variations

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

Color information

#595C1A (or 0x595C1A) is known color: Saratoga. HEX triplet: 59, 5C and 1A. RGB value is (89,92,26). Sum of RGB (Red+Green+Blue) = 89+92+26=207 (27% of max value = 765). Red value is 89 (35.16% from 255 or 43.00% from 207); Green value is 92 (36.33% from 255 or 44.44% from 207); Blue value is 26 (10.55% from 255 or 12.56% from 207); Max value from RGB is 92 - color contains mainly: green. Hex color #595C1A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595C1A is #A6A3E5. Grayscale: #535353. Windows color (decimal): -10920934 or 1727577. OLE color: 1727577.

HSL color Cylindrical-coordinate representation of color #595C1A: hue angle of 62.73º degrees, saturation: 0.56, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #595C1A is Cyan = 0.03, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.64.

Color convert

RGB 89 92 26 -
CMYK 0.03 0 0.72 0.64
HSL 62.73º 0.56% 0.23% -
HSV(B) 62.73º 0.72% 0.36% -
XYZ 8.13 9.85 2.45 -
YUV 83.58 95.51 131.87 -
System Red Green Blue C M Y K H S L
Decimal 89 92 26 0.03 0 0.72 0.64 62.73 0.56 0.23
Hex 59 5C 1A 3 0 48 40 3F 38 17
Octal 131 134 32 3 0 110 100 77 70 27
Binary 1011001 1011100 11010 11 0 1001000 1000000 111111 111000 10111

Color Harmonies of #595C1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595C1A

Black with #595C1A

Text Example


Text Example

White with #595C1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595C1A; }

 p { color: rgb(89,92,26); }

 H1.HeaderClassName
 {
   color: #595C1A;
 }
 .AnyTagClassName
 {
   color: #595C1A;
 }
</style>

background-color css

<style>
 a { background-color: #595C1A; }

 a { background-color: rgb(89,92,26); }

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

border-color css

<style>
 span { border-color: #595C1A; }

 span { border-color: rgb(89,92,26); }

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