#4F2C30

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

Shades of Cab Sav #4F2C30

Tints of Cab Sav #4F2C30

Color information

#4F2C30 (or 0x4F2C30) is unknown color: approx Cab Sav. HEX triplet: 4F, 2C and 30. RGB value is (79,44,48). Sum of RGB (Red+Green+Blue) = 79+44+48=171 (22% of max value = 765). Red value is 79 (31.25% from 255 or 46.20% from 171); Green value is 44 (17.58% from 255 or 25.73% from 171); Blue value is 48 (19.14% from 255 or 28.07% from 171); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2C30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F2C30 is #B0D3CF. Grayscale: #363636. Windows color (decimal): -11588560 or 3157071. OLE color: 3157071.

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

Color convert

RGB794448-
CMYK00.440.390.69
HSL353.14º28.46%24.12%-
HSV(B)353.14º44.3%30.98%-
XYZ4.663.683.26-
YUV54.92124.1145.17-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 46.20%
GREEN value IS 44 (17.58% from 255) = 25.73%
BLUE value IS 48 (19.14% from 255) = 28.07%
R=46.20%
G=25.73%
B=28.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.39
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79444800.440.390.69353.1428.4624.12
Hex4F2C3002C27451611c18
Octal1175460054471055413430
Binary1001111101100110000010110010011110001011011000011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F2C30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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