#4F3C21

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

Shades of Clinker #4F3C21

Tints of Clinker #4F3C21

Color information

#4F3C21 (or 0x4F3C21) is unknown color: approx Clinker. HEX triplet: 4F, 3C and 21. RGB value is (79,60,33). Sum of RGB (Red+Green+Blue) = 79+60+33=172 (22% of max value = 765). Red value is 79 (31.25% from 255 or 45.93% from 172); Green value is 60 (23.83% from 255 or 34.88% from 172); Blue value is 33 (13.28% from 255 or 19.19% from 172); Max value from RGB is 79 - color contains mainly: red. Hex color #4F3C21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F3C21 is #B0C3DE. Grayscale: #3E3E3E. Windows color (decimal): -11584479 or 2178127. OLE color: 2178127.

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

Color convert

RGB796033-
CMYK00.240.580.69
HSL35.22º41.07%21.96%-
HSV(B)35.22º58.23%30.98%-
XYZ5.1152.14-
YUV62.6111.29139.7-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 45.93%
GREEN value IS 60 (23.83% from 255) = 34.88%
BLUE value IS 33 (13.28% from 255) = 19.19%
R=45.93%
G=34.88%
B=19.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.58
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79603300.240.580.6935.2241.0721.96
Hex4F3C210183A45232916
Octal117744103072105435126
Binary1001111111100100001011000111010100010110001110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F3C21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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