Html Css Color HEX #576023 Saratoga

📋 copy color: '#576023'

red 87 ◦ green 96 ◦ blue 35

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

Shades of Saratoga #576023

Tints of Saratoga #576023

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 16.06%

R = 39.91%
G = 44.04%
B = 16.06%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.64

 K value IS 0.62

RGB Variations

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

Color information

#576023 (or 0x576023) is known color: Saratoga. HEX triplet: 57, 60 and 23. RGB value is (87,96,35). Sum of RGB (Red+Green+Blue) = 87+96+35=218 (28% of max value = 765). Red value is 87 (34.38% from 255 or 39.91% from 218); Green value is 96 (37.89% from 255 or 44.04% from 218); Blue value is 35 (14.06% from 255 or 16.06% from 218); Max value from RGB is 96 - color contains mainly: green. Hex color #576023 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #576023 is #A89FDC. Grayscale: #565656. Windows color (decimal): -11050973 or 2318423. OLE color: 2318423.

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

Color convert

RGB 87 96 35 -
CMYK 0.09 0 0.64 0.62
HSL 68.85º 0.47% 0.26% -
HSV(B) 68.85º 0.64% 0.38% -
XYZ 8.42 10.51 3.18 -
YUV 86.36 99.02 128.46 -
System Red Green Blue C M Y K H S L
Decimal 87 96 35 0.09 0 0.64 0.62 68.85 0.47 0.26
Hex 57 60 23 9 0 40 3E 45 2F 1A
Octal 127 140 43 11 0 100 76 105 57 32
Binary 1010111 1100000 100011 1001 0 1000000 111110 1000101 101111 11010

Color Harmonies of #576023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #576023

Black with #576023

Text Example


Text Example

White with #576023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #576023; }

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

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

background-color css

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

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

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

border-color css

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

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

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