#4F3B21

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

Shades of Clinker #4F3B21

Tints of Clinker #4F3B21

Color information

#4F3B21 (or 0x4F3B21) is unknown color: approx Clinker. HEX triplet: 4F, 3B and 21. RGB value is (79,59,33). Sum of RGB (Red+Green+Blue) = 79+59+33=171 (22% of max value = 765). Red value is 79 (31.25% from 255 or 46.20% from 171); Green value is 59 (23.44% from 255 or 34.50% from 171); Blue value is 33 (13.28% from 255 or 19.30% from 171); Max value from RGB is 79 - color contains mainly: red. Hex color #4F3B21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F3B21 is #B0C4DE. Grayscale: #3E3E3E. Windows color (decimal): -11584735 or 2177871. OLE color: 2177871.

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

Color convert

RGB795933-
CMYK00.250.580.69
HSL33.91º41.07%21.96%-
HSV(B)33.91º58.23%30.98%-
XYZ5.064.92.12-
YUV62.02111.63140.11-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 46.20%
GREEN value IS 59 (23.44% from 255) = 34.50%
BLUE value IS 33 (13.28% from 255) = 19.30%
R=46.20%
G=34.50%
B=19.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.58
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79593300.250.580.6933.9141.0721.96
Hex4F3B210193A45222916
Octal117734103172105425126
Binary1001111111011100001011001111010100010110001010100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F3B21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,59,33); }

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

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

 a { background-color: rgb(79,59,33); }

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

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

 span { border-color: rgb(79,59,33); }

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