Html Css Color HEX #576525 Saratoga

📋 copy color: '#576525'

red 87 ◦ green 101 ◦ blue 37

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

Shades of Saratoga #576525

Tints of Saratoga #576525

RGB

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

 GREEN value IS 101 (39.84% from 255) = 44.89%

 BLUE value IS 37 (14.84% from 255) = 16.44%

R = 38.67%
G = 44.89%
B = 16.44%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.63

 K value IS 0.60

RGB Variations

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

Color information

#576525 (or 0x576525) is known color: Saratoga. HEX triplet: 57, 65 and 25. RGB value is (87,101,37). Sum of RGB (Red+Green+Blue) = 87+101+37=225 (29% of max value = 765). Red value is 87 (34.38% from 255 or 38.67% from 225); Green value is 101 (39.84% from 255 or 44.89% from 225); Blue value is 37 (14.84% from 255 or 16.44% from 225); Max value from RGB is 101 - color contains mainly: green. Hex color #576525 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #576525 is #A89ADA. Grayscale: #595959. Windows color (decimal): -11049691 or 2450775. OLE color: 2450775.

HSL color Cylindrical-coordinate representation of color #576525: hue angle of 73.12º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #576525 is Cyan = 0.14, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.60.

Color convert

RGB 87 101 37 -
CMYK 0.14 0 0.63 0.60
HSL 73.13º 0.46% 0.27% -
HSV(B) 73.13º 0.63% 0.4% -
XYZ 8.92 11.47 3.49 -
YUV 89.52 98.36 126.2 -
System Red Green Blue C M Y K H S L
Decimal 87 101 37 0.14 0 0.63 0.60 73.13 0.46 0.27
Hex 57 65 25 E 0 3F 3C 49 2E 1B
Octal 127 145 45 16 0 77 74 111 56 33
Binary 1010111 1100101 100101 1110 0 111111 111100 1001001 101110 11011

Color Harmonies of #576525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #576525

Black with #576525

Text Example


Text Example

White with #576525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #576525; }

 p { color: rgb(87,101,37); }

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

background-color css

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

 a { background-color: rgb(87,101,37); }

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

border-color css

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

 span { border-color: rgb(87,101,37); }

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