#4F3715

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

Shades of Clinker #4F3715

Tints of Clinker #4F3715

Color information

#4F3715 (or 0x4F3715) is unknown color: approx Clinker. HEX triplet: 4F, 37 and 15. RGB value is (79,55,21). Sum of RGB (Red+Green+Blue) = 79+55+21=155 (20% of max value = 765). Red value is 79 (31.25% from 255 or 50.97% from 155); Green value is 55 (21.88% from 255 or 35.48% from 155); Blue value is 21 (8.59% from 255 or 13.55% from 155); Max value from RGB is 79 - color contains mainly: red. Hex color #4F3715 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F3715 is #B0C8EA. Grayscale: #3A3A3A. Windows color (decimal): -11585771 or 1390415. OLE color: 1390415.

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

Color convert

RGB795521-
CMYK00.300.730.69
HSL35.17º58%19.61%-
HSV(B)35.17º73.42%30.98%-
XYZ4.734.451.32-
YUV58.3106.95142.76-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 50.97%
GREEN value IS 55 (21.88% from 255) = 35.48%
BLUE value IS 21 (8.59% from 255) = 13.55%
R=50.97%
G=35.48%
B=13.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.73
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79552100.300.730.6935.175819.61
Hex4F371501E4945233a14
Octal1176725036111105437224
Binary1001111110111101010111101001001100010110001111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F3715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,55,21); }

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

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

 a { background-color: rgb(79,55,21); }

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

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

 span { border-color: rgb(79,55,21); }

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