#4F391D

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

Shades of Clinker #4F391D

Tints of Clinker #4F391D

Color information

#4F391D (or 0x4F391D) is unknown color: approx Clinker. HEX triplet: 4F, 39 and 1D. RGB value is (79,57,29). Sum of RGB (Red+Green+Blue) = 79+57+29=165 (21% of max value = 765). Red value is 79 (31.25% from 255 or 47.88% from 165); Green value is 57 (22.66% from 255 or 34.55% from 165); Blue value is 29 (11.72% from 255 or 17.58% from 165); Max value from RGB is 79 - color contains mainly: red. Hex color #4F391D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F391D is #B0C6E2. Grayscale: #3C3C3C. Windows color (decimal): -11585251 or 1915215. OLE color: 1915215.

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

Color convert

RGB795729-
CMYK00.280.630.69
HSL33.6º46.3%21.18%-
HSV(B)33.6º63.29%30.98%-
XYZ4.914.681.81-
YUV60.39110.29141.28-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 47.88%
GREEN value IS 57 (22.66% from 255) = 34.55%
BLUE value IS 29 (11.72% from 255) = 17.58%
R=47.88%
G=34.55%
B=17.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.63
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79572900.280.630.6933.646.321.18
Hex4F391D01C3F45222e15
Octal117713503477105425625
Binary100111111100111101011100111111100010110001010111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F391D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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