#4F2B31

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

Shades of Cab Sav #4F2B31

Tints of Cab Sav #4F2B31

Color information

#4F2B31 (or 0x4F2B31) is unknown color: approx Cab Sav. HEX triplet: 4F, 2B and 31. RGB value is (79,43,49). Sum of RGB (Red+Green+Blue) = 79+43+49=171 (22% of max value = 765). Red value is 79 (31.25% from 255 or 46.20% from 171); Green value is 43 (17.19% from 255 or 25.15% from 171); Blue value is 49 (19.53% from 255 or 28.65% from 171); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2B31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F2B31 is #B0D4CE. Grayscale: #363636. Windows color (decimal): -11588815 or 3222351. OLE color: 3222351.

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

Color convert

RGB794349-
CMYK00.460.380.69
HSL350º29.51%23.92%-
HSV(B)350º45.57%30.98%-
XYZ4.643.613.36-
YUV54.45124.93145.51-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 46.20%
GREEN value IS 43 (17.19% from 255) = 25.15%
BLUE value IS 49 (19.53% from 255) = 28.65%
R=46.20%
G=25.15%
B=28.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.38
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79434900.460.380.6935029.5123.92
Hex4F2B3102E264515e1e18
Octal1175361056461055363630
Binary1001111101011110001010111010011010001011010111101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F2B31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4F2B31;
 }
 .AnyTagClassName
 {
   color: #4F2B31;
 }
</style>
background-color css

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

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

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

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

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

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