Html Css Color HEX #575830 Saratoga

📋 copy color: '#575830'

red 87 ◦ green 88 ◦ blue 48

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

Shades of Saratoga #575830

Tints of Saratoga #575830

RGB

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

 GREEN value IS 88 (34.77% from 255) = 39.46%

 BLUE value IS 48 (19.14% from 255) = 21.52%

R = 39.01%
G = 39.46%
B = 21.52%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.45

 K value IS 0.65

RGB Variations

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

Color information

#575830 (or 0x575830) is known color: Saratoga. HEX triplet: 57, 58 and 30. RGB value is (87,88,48). Sum of RGB (Red+Green+Blue) = 87+88+48=223 (29% of max value = 765). Red value is 87 (34.38% from 255 or 39.01% from 223); Green value is 88 (34.77% from 255 or 39.46% from 223); Blue value is 48 (19.14% from 255 or 21.52% from 223); Max value from RGB is 88 - color contains mainly: green. Hex color #575830 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575830 is #A8A7CF. Grayscale: #535353. Windows color (decimal): -11053008 or 3168343. OLE color: 3168343.

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

Color convert

RGB 87 88 48 -
CMYK 0.01 0 0.45 0.65
HSL 61.5º 0.29% 0.27% -
HSV(B) 61.5º 0.45% 0.35% -
XYZ 7.95 9.22 4.16 -
YUV 83.14 108.17 130.75 -
System Red Green Blue C M Y K H S L
Decimal 87 88 48 0.01 0 0.45 0.65 61.5 0.29 0.27
Hex 57 58 30 1 0 2D 41 3E 1D 1B
Octal 127 130 60 1 0 55 101 76 35 33
Binary 1010111 1011000 110000 1 0 101101 1000001 111110 11101 11011

Color Harmonies of #575830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575830

Black with #575830

Text Example


Text Example

White with #575830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575830; }

 p { color: rgb(87,88,48); }

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

background-color css

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

 a { background-color: rgb(87,88,48); }

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

border-color css

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

 span { border-color: rgb(87,88,48); }

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