#4F371E

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

Shades of Clinker #4F371E

Tints of Clinker #4F371E

Color information

#4F371E (or 0x4F371E) is unknown color: approx Clinker. HEX triplet: 4F, 37 and 1E. RGB value is (79,55,30). Sum of RGB (Red+Green+Blue) = 79+55+30=164 (21% of max value = 765). Red value is 79 (31.25% from 255 or 48.17% from 164); Green value is 55 (21.88% from 255 or 33.54% from 164); Blue value is 30 (12.11% from 255 or 18.29% from 164); Max value from RGB is 79 - color contains mainly: red. Hex color #4F371E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F371E is #B0C8E1. Grayscale: #3B3B3B. Windows color (decimal): -11585762 or 1980239. OLE color: 1980239.

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

Color convert

RGB795530-
CMYK00.300.620.69
HSL30.61º44.95%21.37%-
HSV(B)30.61º62.03%30.98%-
XYZ4.824.491.84-
YUV59.33111.45142.03-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 48.17%
GREEN value IS 55 (21.88% from 255) = 33.54%
BLUE value IS 30 (12.11% from 255) = 18.29%
R=48.17%
G=33.54%
B=18.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.62
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79553000.300.620.6930.6144.9521.37
Hex4F371E01E3E451f2d15
Octal117673603676105375525
Binary10011111101111111001111011111010001011111110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F371E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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