#4F2C32

Color #4F2C32 Cab Sav (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cab Sav #4F2C32

Tints of Cab Sav #4F2C32

Color information

#4F2C32 (or 0x4F2C32) is unknown color: approx 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

RGB794450-
CMYK00.440.370.69
HSL349.71º28.46%24.12%-
HSV(B)349.71º44.3%30.98%-
XYZ4.73.693.48-
YUV55.15125.1145.01-

RGB Variations

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

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.90%
R=45.66%
G=25.43%
B=28.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.37
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79445000.440.370.69349.7128.4624.12
Hex4F2C3202C254515e1c18
Octal1175462054451055363430
Binary1001111101100110010010110010010110001011010111101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F2C32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>