Html Css Color HEX #595A28 Saratoga

📋 copy color: '#595A28'

red 89 ◦ green 90 ◦ blue 40

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

Shades of Saratoga #595A28

Tints of Saratoga #595A28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 18.26%

R = 40.64%
G = 41.1%
B = 18.26%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.56

 K value IS 0.65

RGB Variations

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

Color information

#595A28 (or 0x595A28) is known color: Saratoga. HEX triplet: 59, 5A and 28. RGB value is (89,90,40). Sum of RGB (Red+Green+Blue) = 89+90+40=219 (29% of max value = 765). Red value is 89 (35.16% from 255 or 40.64% from 219); Green value is 90 (35.55% from 255 or 41.10% from 219); Blue value is 40 (16.02% from 255 or 18.26% from 219); Max value from RGB is 90 - color contains mainly: green. Hex color #595A28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595A28 is #A6A5D7. Grayscale: #545454. Windows color (decimal): -10921432 or 2644569. OLE color: 2644569.

HSL color Cylindrical-coordinate representation of color #595A28: hue angle of 61.2º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #595A28 is Cyan = 0.01, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 90 40 -
CMYK 0.01 0 0.56 0.65
HSL 61.2º 0.38% 0.25% -
HSV(B) 61.2º 0.56% 0.35% -
XYZ 8.16 9.59 3.43 -
YUV 84 103.17 131.57 -
System Red Green Blue C M Y K H S L
Decimal 89 90 40 0.01 0 0.56 0.65 61.2 0.38 0.25
Hex 59 5A 28 1 0 38 41 3D 26 19
Octal 131 132 50 1 0 70 101 75 46 31
Binary 1011001 1011010 101000 1 0 111000 1000001 111101 100110 11001

Color Harmonies of #595A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595A28

Black with #595A28

Text Example


Text Example

White with #595A28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,90,40); }

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

background-color css

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

 a { background-color: rgb(89,90,40); }

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

border-color css

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

 span { border-color: rgb(89,90,40); }

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