#4F2D33

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

Shades of Cab Sav #4F2D33

Tints of Cab Sav #4F2D33

Color information

#4F2D33 (or 0x4F2D33) is unknown color: approx Cab Sav. HEX triplet: 4F, 2D and 33. RGB value is (79,45,51). Sum of RGB (Red+Green+Blue) = 79+45+51=175 (23% of max value = 765). Red value is 79 (31.25% from 255 or 45.14% from 175); Green value is 45 (17.97% from 255 or 25.71% from 175); Blue value is 51 (20.31% from 255 or 29.14% from 175); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2D33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F2D33 is #B0D2CC. Grayscale: #373737. Windows color (decimal): -11588301 or 3353935. OLE color: 3353935.

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

Color convert

RGB794551-
CMYK00.430.350.69
HSL349.41º27.42%24.31%-
HSV(B)349.41º43.04%30.98%-
XYZ4.763.783.61-
YUV55.85125.26144.51-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 45.14%
GREEN value IS 45 (17.97% from 255) = 25.71%
BLUE value IS 51 (20.31% from 255) = 29.14%
R=45.14%
G=25.71%
B=29.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.35
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79455100.430.350.69349.4127.4224.31
Hex4F2D3302B234515d1b18
Octal1175563053431055353330
Binary1001111101101110011010101110001110001011010111011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F2D33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,45,51); }

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

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

 a { background-color: rgb(79,45,51); }

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

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

 span { border-color: rgb(79,45,51); }

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