Html Css Color HEX #4F2C32 Cab Sav

📋 copy color: '#4F2C32'

red 79 ◦ green 44 ◦ blue 50

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

Shades of Cab Sav #4F2C32

Tints of Cab Sav #4F2C32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 28.9%

R = 45.66%
G = 25.43%
B = 28.9%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.37

 K value IS 0.69

RGB Variations

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

Color information

#4F2C32 (or 0x4F2C32) is known color: Cab Sav. HEX triplet: 4F, 2C and 32. RGB value is (79,44,50). Sum of RGB (Red+Green+Blue) = 79+44+50=173 (22% of max value = 765). Red value is 79 (31.25% from 255 or 45.66% from 173); Green value is 44 (17.58% from 255 or 25.43% from 173); Blue value is 50 (19.92% from 255 or 28.90% from 173); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2C32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F2C32 is #B0D3CD. Grayscale: #373737. Windows color (decimal): -11588558 or 3288143. OLE color: 3288143.

HSL color Cylindrical-coordinate representation of color #4F2C32: hue angle of 349.71º 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 #4F2C32 is Cyan = 0, Magento = 0.44, Yellow = 0.37 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 44 50 -
CMYK 0 0.44 0.37 0.69
HSL 349.71º 0.28% 0.24% -
HSV(B) 349.71º 0.44% 0.31% -
XYZ 4.7 3.69 3.48 -
YUV 55.15 125.1 145.01 -
System Red Green Blue C M Y K H S L
Decimal 79 44 50 0 0.44 0.37 0.69 349.71 0.28 0.24
Hex 4F 2C 32 0 2C 25 45 15E 1C 18
Octal 117 54 62 0 54 45 105 536 34 30
Binary 1001111 101100 110010 0 101100 100101 1000101 101011110 11100 11000

Color Harmonies of #4F2C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F2C32

Black with #4F2C32

Text Example


Text Example

White with #4F2C32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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