Html Css Color HEX #4F582C Saratoga

📋 copy color: '#4F582C'

red 79 ◦ green 88 ◦ blue 44

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

Shades of Saratoga #4F582C

Tints of Saratoga #4F582C

RGB

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

 GREEN value IS 88 (34.77% from 255) = 41.71%

 BLUE value IS 44 (17.58% from 255) = 20.85%

R = 37.44%
G = 41.71%
B = 20.85%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.5

 K value IS 0.65

RGB Variations

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

Color information

#4F582C (or 0x4F582C) is known color: Saratoga. HEX triplet: 4F, 58 and 2C. RGB value is (79,88,44). Sum of RGB (Red+Green+Blue) = 79+88+44=211 (27% of max value = 765). Red value is 79 (31.25% from 255 or 37.44% from 211); Green value is 88 (34.77% from 255 or 41.71% from 211); Blue value is 44 (17.58% from 255 or 20.85% from 211); Max value from RGB is 88 - color contains mainly: green. Hex color #4F582C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F582C is #B0A7D3. Grayscale: #505050. Windows color (decimal): -11577300 or 2906191. OLE color: 2906191.

HSL color Cylindrical-coordinate representation of color #4F582C: hue angle of 72.27º degrees, saturation: 0.33, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4F582C is Cyan = 0.10, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.65.

Color convert

RGB 79 88 44 -
CMYK 0.10 0 0.5 0.65
HSL 72.27º 0.33% 0.26% -
HSV(B) 72.27º 0.5% 0.35% -
XYZ 7.17 8.82 3.71 -
YUV 80.29 107.52 127.08 -
System Red Green Blue C M Y K H S L
Decimal 79 88 44 0.10 0 0.5 0.65 72.27 0.33 0.26
Hex 4F 58 2C A 0 32 41 48 21 1A
Octal 117 130 54 12 0 62 101 110 41 32
Binary 1001111 1011000 101100 1010 0 110010 1000001 1001000 100001 11010

Color Harmonies of #4F582C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F582C

Black with #4F582C

Text Example


Text Example

White with #4F582C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,88,44); }

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

background-color css

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

 a { background-color: rgb(79,88,44); }

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

border-color css

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

 span { border-color: rgb(79,88,44); }

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