Html Css Color HEX #4F572B Saratoga

📋 copy color: '#4F572B'

red 79 ◦ green 87 ◦ blue 43

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

Shades of Saratoga #4F572B

Tints of Saratoga #4F572B

RGB

 RED value IS 79 (31.25% from 255) = 37.8%

 GREEN value IS 87 (34.38% from 255) = 41.63%

 BLUE value IS 43 (17.19% from 255) = 20.57%

R = 37.8%
G = 41.63%
B = 20.57%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.51

 K value IS 0.66

RGB Variations

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

Color information

#4F572B (or 0x4F572B) is known color: Saratoga. HEX triplet: 4F, 57 and 2B. RGB value is (79,87,43). Sum of RGB (Red+Green+Blue) = 79+87+43=209 (27% of max value = 765). Red value is 79 (31.25% from 255 or 37.80% from 209); Green value is 87 (34.38% from 255 or 41.63% from 209); Blue value is 43 (17.19% from 255 or 20.57% from 209); Max value from RGB is 87 - color contains mainly: green. Hex color #4F572B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F572B is #B0A8D4. Grayscale: #4F4F4F. Windows color (decimal): -11577557 or 2840399. OLE color: 2840399.

HSL color Cylindrical-coordinate representation of color #4F572B: hue angle of 70.91º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4F572B is Cyan = 0.09, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.66.

Color convert

RGB 79 87 43 -
CMYK 0.09 0 0.51 0.66
HSL 70.91º 0.34% 0.25% -
HSV(B) 70.91º 0.51% 0.34% -
XYZ 7.07 8.65 3.58 -
YUV 79.59 107.35 127.58 -
System Red Green Blue C M Y K H S L
Decimal 79 87 43 0.09 0 0.51 0.66 70.91 0.34 0.25
Hex 4F 57 2B 9 0 33 42 47 22 19
Octal 117 127 53 11 0 63 102 107 42 31
Binary 1001111 1010111 101011 1001 0 110011 1000010 1000111 100010 11001

Color Harmonies of #4F572B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F572B

Black with #4F572B

Text Example


Text Example

White with #4F572B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4F572B; }

 p { color: rgb(79,87,43); }

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

background-color css

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

 a { background-color: rgb(79,87,43); }

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

border-color css

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

 span { border-color: rgb(79,87,43); }

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