Html Css Color HEX #576028 Saratoga

📋 copy color: '#576028'

red 87 ◦ green 96 ◦ blue 40

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

Shades of Saratoga #576028

Tints of Saratoga #576028

RGB

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

 GREEN value IS 96 (37.89% from 255) = 43.05%

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

R = 39.01%
G = 43.05%
B = 17.94%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.58

 K value IS 0.62

RGB Variations

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

Color information

#576028 (or 0x576028) is known color: Saratoga. HEX triplet: 57, 60 and 28. RGB value is (87,96,40). Sum of RGB (Red+Green+Blue) = 87+96+40=223 (29% of max value = 765). Red value is 87 (34.38% from 255 or 39.01% from 223); Green value is 96 (37.89% from 255 or 43.05% from 223); Blue value is 40 (16.02% from 255 or 17.94% from 223); Max value from RGB is 96 - color contains mainly: green. Hex color #576028 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #576028 is #A89FD7. Grayscale: #575757. Windows color (decimal): -11050968 or 2646103. OLE color: 2646103.

HSL color Cylindrical-coordinate representation of color #576028: hue angle of 69.64º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #576028 is Cyan = 0.09, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.62.

Color convert

RGB 87 96 40 -
CMYK 0.09 0 0.58 0.62
HSL 69.64º 0.41% 0.27% -
HSV(B) 69.64º 0.58% 0.38% -
XYZ 8.5 10.55 3.6 -
YUV 86.93 101.52 128.05 -
System Red Green Blue C M Y K H S L
Decimal 87 96 40 0.09 0 0.58 0.62 69.64 0.41 0.27
Hex 57 60 28 9 0 3A 3E 46 29 1B
Octal 127 140 50 11 0 72 76 106 51 33
Binary 1010111 1100000 101000 1001 0 111010 111110 1000110 101001 11011

Color Harmonies of #576028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #576028

Black with #576028

Text Example


Text Example

White with #576028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #576028; }

 p { color: rgb(87,96,40); }

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

background-color css

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

 a { background-color: rgb(87,96,40); }

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

border-color css

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

 span { border-color: rgb(87,96,40); }

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