Html Css Color HEX #575A32 Saratoga

📋 copy color: '#575A32'

red 87 ◦ green 90 ◦ blue 50

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

Shades of Saratoga #575A32

Tints of Saratoga #575A32

RGB

 RED value IS 87 (34.38% from 255) = 38.33%

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

 BLUE value IS 50 (19.92% from 255) = 22.03%

R = 38.33%
G = 39.65%
B = 22.03%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.44

 K value IS 0.65

RGB Variations

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

Color information

#575A32 (or 0x575A32) is known color: Saratoga. HEX triplet: 57, 5A and 32. RGB value is (87,90,50). Sum of RGB (Red+Green+Blue) = 87+90+50=227 (30% of max value = 765). Red value is 87 (34.38% from 255 or 38.33% from 227); Green value is 90 (35.55% from 255 or 39.65% from 227); Blue value is 50 (19.92% from 255 or 22.03% from 227); Max value from RGB is 90 - color contains mainly: green. Hex color #575A32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575A32 is #A8A5CD. Grayscale: #545454. Windows color (decimal): -11052494 or 3299927. OLE color: 3299927.

HSL color Cylindrical-coordinate representation of color #575A32: hue angle of 64.5º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #575A32 is Cyan = 0.03, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.65.

Color convert

RGB 87 90 50 -
CMYK 0.03 0 0.44 0.65
HSL 64.5º 0.29% 0.27% -
HSV(B) 64.5º 0.44% 0.35% -
XYZ 8.16 9.57 4.43 -
YUV 84.54 108.51 129.75 -
System Red Green Blue C M Y K H S L
Decimal 87 90 50 0.03 0 0.44 0.65 64.5 0.29 0.27
Hex 57 5A 32 3 0 2C 41 40 1D 1B
Octal 127 132 62 3 0 54 101 100 35 33
Binary 1010111 1011010 110010 11 0 101100 1000001 1000000 11101 11011

Color Harmonies of #575A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575A32

Black with #575A32

Text Example


Text Example

White with #575A32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575A32; }

 p { color: rgb(87,90,50); }

 H1.HeaderClassName
 {
   color: #575A32;
 }
 .AnyTagClassName
 {
   color: #575A32;
 }
</style>

background-color css

<style>
 a { background-color: #575A32; }

 a { background-color: rgb(87,90,50); }

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

border-color css

<style>
 span { border-color: #575A32; }

 span { border-color: rgb(87,90,50); }

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