#4F2C31

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

Shades of Cab Sav #4F2C31

Tints of Cab Sav #4F2C31

Color information

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

RGB794449-
CMYK00.440.380.69
HSL351.43º28.46%24.12%-
HSV(B)351.43º44.3%30.98%-
XYZ4.683.693.37-
YUV55.04124.6145.09-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.38
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79444900.440.380.69351.4328.4624.12
Hex4F2C3102C264515f1c18
Octal1175461054461055373430
Binary1001111101100110001010110010011010001011010111111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F2C31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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