Html Css Color HEX #575C32 Saratoga

📋 copy color: '#575C32'

red 87 ◦ green 92 ◦ blue 50

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

Shades of Saratoga #575C32

Tints of Saratoga #575C32

RGB

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

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

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

R = 37.99%
G = 40.17%
B = 21.83%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.46

 K value IS 0.64

RGB Variations

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

Color information

#575C32 (or 0x575C32) is known color: Saratoga. HEX triplet: 57, 5C and 32. RGB value is (87,92,50). Sum of RGB (Red+Green+Blue) = 87+92+50=229 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.99% from 229); Green value is 92 (36.33% from 255 or 40.17% from 229); Blue value is 50 (19.92% from 255 or 21.83% from 229); Max value from RGB is 92 - color contains mainly: green. Hex color #575C32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575C32 is #A8A3CD. Grayscale: #555555. Windows color (decimal): -11051982 or 3300439. OLE color: 3300439.

HSL color Cylindrical-coordinate representation of color #575C32: hue angle of 67.14º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #575C32 is Cyan = 0.05, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.64.

Color convert

RGB 87 92 50 -
CMYK 0.05 0 0.46 0.64
HSL 67.14º 0.3% 0.28% -
HSV(B) 67.14º 0.46% 0.36% -
XYZ 8.33 9.91 4.49 -
YUV 85.72 107.84 128.92 -
System Red Green Blue C M Y K H S L
Decimal 87 92 50 0.05 0 0.46 0.64 67.14 0.3 0.28
Hex 57 5C 32 5 0 2E 40 43 1E 1C
Octal 127 134 62 5 0 56 100 103 36 34
Binary 1010111 1011100 110010 101 0 101110 1000000 1000011 11110 11100

Color Harmonies of #575C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575C32

Black with #575C32

Text Example


Text Example

White with #575C32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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