#4F3334

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

Shades of Cab Sav #4F3334

Tints of Cab Sav #4F3334

Color information

#4F3334 (or 0x4F3334) is unknown color: approx Cab Sav. HEX triplet: 4F, 33 and 34. RGB value is (79,51,52). Sum of RGB (Red+Green+Blue) = 79+51+52=182 (24% of max value = 765). Red value is 79 (31.25% from 255 or 43.41% from 182); Green value is 51 (20.31% from 255 or 28.02% from 182); Blue value is 52 (20.70% from 255 or 28.57% from 182); Max value from RGB is 79 - color contains mainly: red. Hex color #4F3334 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F3334 is #B0CCCB. Grayscale: #3B3B3B. Windows color (decimal): -11586764 or 3421007. OLE color: 3421007.

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

Color convert

RGB795152-
CMYK00.350.340.69
HSL357.86º21.54%25.49%-
HSV(B)357.86º35.44%30.98%-
XYZ5.034.283.81-
YUV59.49123.78141.92-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 43.41%
GREEN value IS 51 (20.31% from 255) = 28.02%
BLUE value IS 52 (20.70% from 255) = 28.57%
R=43.41%
G=28.02%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.34
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79515200.350.340.69357.8621.5425.49
Hex4F333402322451661619
Octal1176364043421055462631
Binary1001111110011110100010001110001010001011011001101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F3334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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