#4F3034

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

Shades of Cab Sav #4F3034

Tints of Cab Sav #4F3034

Color information

#4F3034 (or 0x4F3034) is unknown color: approx Cab Sav. HEX triplet: 4F, 30 and 34. RGB value is (79,48,52). Sum of RGB (Red+Green+Blue) = 79+48+52=179 (23% of max value = 765). Red value is 79 (31.25% from 255 or 44.13% from 179); Green value is 48 (19.14% from 255 or 26.82% from 179); Blue value is 52 (20.70% from 255 or 29.05% from 179); Max value from RGB is 79 - color contains mainly: red. Hex color #4F3034 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F3034 is #B0CFCB. Grayscale: #393939. Windows color (decimal): -11587532 or 3420239. OLE color: 3420239.

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

Color convert

RGB794852-
CMYK00.390.340.69
HSL352.26º24.41%24.9%-
HSV(B)352.26º39.24%30.98%-
XYZ4.94.023.77-
YUV57.72124.77143.17-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 44.13%
GREEN value IS 48 (19.14% from 255) = 26.82%
BLUE value IS 52 (20.70% from 255) = 29.05%
R=44.13%
G=26.82%
B=29.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.34
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79485200.390.340.69352.2624.4124.9
Hex4F303402722451601819
Octal1176064047421055403031
Binary1001111110000110100010011110001010001011011000001100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F3034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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