Html Css Color HEX #4F2C31 Cab Sav

📋 copy color: '#4F2C31'

red 79 ◦ green 44 ◦ blue 49

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

Shades of Cab Sav #4F2C31

Tints of Cab Sav #4F2C31

RGB

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

 GREEN value IS 44 (17.58% from 255) = 25.58%

 BLUE value IS 49 (19.53% from 255) = 28.49%

R = 45.93%
G = 25.58%
B = 28.49%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.38

 K value IS 0.69

RGB Variations

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

Color information

#4F2C31 (or 0x4F2C31) is known color: Cab Sav. HEX triplet: 4F, 2C and 31. RGB value is (79,44,49). Sum of RGB (Red+Green+Blue) = 79+44+49=172 (22% of max value = 765). Red value is 79 (31.25% from 255 or 45.93% from 172); Green value is 44 (17.58% from 255 or 25.58% from 172); Blue value is 49 (19.53% from 255 or 28.49% from 172); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2C31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F2C31 is #B0D3CE. Grayscale: #373737. Windows color (decimal): -11588559 or 3222607. OLE color: 3222607.

HSL color Cylindrical-coordinate representation of color #4F2C31: hue angle of 351.43º degrees, saturation: 0.28, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4F2C31 is Cyan = 0, Magento = 0.44, Yellow = 0.38 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 44 49 -
CMYK 0 0.44 0.38 0.69
HSL 351.43º 0.28% 0.24% -
HSV(B) 351.43º 0.44% 0.31% -
XYZ 4.68 3.69 3.37 -
YUV 55.04 124.6 145.09 -
System Red Green Blue C M Y K H S L
Decimal 79 44 49 0 0.44 0.38 0.69 351.43 0.28 0.24
Hex 4F 2C 31 0 2C 26 45 15F 1C 18
Octal 117 54 61 0 54 46 105 537 34 30
Binary 1001111 101100 110001 0 101100 100110 1000101 101011111 11100 11000

Color Harmonies of #4F2C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F2C31

Black with #4F2C31

Text Example


Text Example

White with #4F2C31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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