Html Css Color HEX #576234 Saratoga

📋 copy color: '#576234'

red 87 ◦ green 98 ◦ blue 52

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

Shades of Saratoga #576234

Tints of Saratoga #576234

RGB

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

 GREEN value IS 98 (38.67% from 255) = 41.35%

 BLUE value IS 52 (20.7% from 255) = 21.94%

R = 36.71%
G = 41.35%
B = 21.94%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.47

 K value IS 0.62

RGB Variations

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

Color information

#576234 (or 0x576234) is known color: Saratoga. HEX triplet: 57, 62 and 34. RGB value is (87,98,52). Sum of RGB (Red+Green+Blue) = 87+98+52=237 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.71% from 237); Green value is 98 (38.67% from 255 or 41.35% from 237); Blue value is 52 (20.70% from 255 or 21.94% from 237); Max value from RGB is 98 - color contains mainly: green. Hex color #576234 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #576234 is #A89DCB. Grayscale: #595959. Windows color (decimal): -11050444 or 3433047. OLE color: 3433047.

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

Color convert

RGB 87 98 52 -
CMYK 0.11 0 0.47 0.62
HSL 74.35º 0.31% 0.29% -
HSV(B) 74.35º 0.47% 0.38% -
XYZ 8.92 11.01 4.9 -
YUV 89.47 106.86 126.24 -
System Red Green Blue C M Y K H S L
Decimal 87 98 52 0.11 0 0.47 0.62 74.35 0.31 0.29
Hex 57 62 34 B 0 2F 3E 4A 1F 1D
Octal 127 142 64 13 0 57 76 112 37 35
Binary 1010111 1100010 110100 1011 0 101111 111110 1001010 11111 11101

Color Harmonies of #576234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #576234

Black with #576234

Text Example


Text Example

White with #576234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #576234; }

 p { color: rgb(87,98,52); }

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

background-color css

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

 a { background-color: rgb(87,98,52); }

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

border-color css

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

 span { border-color: rgb(87,98,52); }

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