Html Css Color HEX #4F542B Saratoga

📋 copy color: '#4F542B'

red 79 ◦ green 84 ◦ blue 43

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

Shades of Saratoga #4F542B

Tints of Saratoga #4F542B

RGB

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

 GREEN value IS 84 (33.2% from 255) = 40.78%

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

R = 38.35%
G = 40.78%
B = 20.87%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.49

 K value IS 0.67

RGB Variations

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

Color information

#4F542B (or 0x4F542B) is known color: Saratoga. HEX triplet: 4F, 54 and 2B. RGB value is (79,84,43). Sum of RGB (Red+Green+Blue) = 79+84+43=206 (27% of max value = 765). Red value is 79 (31.25% from 255 or 38.35% from 206); Green value is 84 (33.20% from 255 or 40.78% from 206); Blue value is 43 (17.19% from 255 or 20.87% from 206); Max value from RGB is 84 - color contains mainly: green. Hex color #4F542B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F542B is #B0ABD4. Grayscale: #4D4D4D. Windows color (decimal): -11578325 or 2839631. OLE color: 2839631.

HSL color Cylindrical-coordinate representation of color #4F542B: hue angle of 67.32º degrees, saturation: 0.32, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4F542B is Cyan = 0.06, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.67.

Color convert

RGB 79 84 43 -
CMYK 0.06 0 0.49 0.67
HSL 67.32º 0.32% 0.25% -
HSV(B) 67.32º 0.49% 0.33% -
XYZ 6.83 8.18 3.5 -
YUV 77.83 108.34 128.83 -
System Red Green Blue C M Y K H S L
Decimal 79 84 43 0.06 0 0.49 0.67 67.32 0.32 0.25
Hex 4F 54 2B 6 0 31 43 43 20 19
Octal 117 124 53 6 0 61 103 103 40 31
Binary 1001111 1010100 101011 110 0 110001 1000011 1000011 100000 11001

Color Harmonies of #4F542B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F542B

Black with #4F542B

Text Example


Text Example

White with #4F542B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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