Html Css Color HEX #4F5733 Saratoga

📋 copy color: '#4F5733'

red 79 ◦ green 87 ◦ blue 51

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

Shades of Saratoga #4F5733

Tints of Saratoga #4F5733

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 23.5%

R = 36.41%
G = 40.09%
B = 23.5%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.41

 K value IS 0.66

RGB Variations

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

Color information

#4F5733 (or 0x4F5733) is known color: Saratoga. HEX triplet: 4F, 57 and 33. RGB value is (79,87,51). Sum of RGB (Red+Green+Blue) = 79+87+51=217 (28% of max value = 765). Red value is 79 (31.25% from 255 or 36.41% from 217); Green value is 87 (34.38% from 255 or 40.09% from 217); Blue value is 51 (20.31% from 255 or 23.50% from 217); Max value from RGB is 87 - color contains mainly: green. Hex color #4F5733 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F5733 is #B0A8CC. Grayscale: #505050. Windows color (decimal): -11577549 or 3364687. OLE color: 3364687.

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

Color convert

RGB 79 87 51 -
CMYK 0.09 0 0.41 0.66
HSL 73.33º 0.26% 0.27% -
HSV(B) 73.33º 0.41% 0.34% -
XYZ 7.23 8.72 4.43 -
YUV 80.5 111.35 126.93 -
System Red Green Blue C M Y K H S L
Decimal 79 87 51 0.09 0 0.41 0.66 73.33 0.26 0.27
Hex 4F 57 33 9 0 29 42 49 1A 1B
Octal 117 127 63 11 0 51 102 111 32 33
Binary 1001111 1010111 110011 1001 0 101001 1000010 1001001 11010 11011

Color Harmonies of #4F5733

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F5733

Black with #4F5733

Text Example


Text Example

White with #4F5733

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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