#4F371D

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

Shades of Clinker #4F371D

Tints of Clinker #4F371D

Color information

#4F371D (or 0x4F371D) is unknown color: approx Clinker. HEX triplet: 4F, 37 and 1D. RGB value is (79,55,29). Sum of RGB (Red+Green+Blue) = 79+55+29=163 (21% of max value = 765). Red value is 79 (31.25% from 255 or 48.47% from 163); Green value is 55 (21.88% from 255 or 33.74% from 163); Blue value is 29 (11.72% from 255 or 17.79% from 163); Max value from RGB is 79 - color contains mainly: red. Hex color #4F371D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F371D is #B0C8E2. Grayscale: #3B3B3B. Windows color (decimal): -11585763 or 1914703. OLE color: 1914703.

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

Color convert

RGB795529-
CMYK00.300.630.69
HSL31.2º46.3%21.18%-
HSV(B)31.2º63.29%30.98%-
XYZ4.814.481.77-
YUV59.21110.95142.11-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 48.47%
GREEN value IS 55 (21.88% from 255) = 33.74%
BLUE value IS 29 (11.72% from 255) = 17.79%
R=48.47%
G=33.74%
B=17.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.63
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79552900.300.630.6931.246.321.18
Hex4F371D01E3F451f2e15
Octal117673503677105375625
Binary10011111101111110101111011111110001011111110111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F371D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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