#4F3A1D

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

Shades of Clinker #4F3A1D

Tints of Clinker #4F3A1D

Color information

#4F3A1D (or 0x4F3A1D) is unknown color: approx Clinker. HEX triplet: 4F, 3A and 1D. RGB value is (79,58,29). Sum of RGB (Red+Green+Blue) = 79+58+29=166 (21% of max value = 765). Red value is 79 (31.25% from 255 or 47.59% from 166); Green value is 58 (23.05% from 255 or 34.94% from 166); Blue value is 29 (11.72% from 255 or 17.47% from 166); Max value from RGB is 79 - color contains mainly: red. Hex color #4F3A1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F3A1D is #B0C5E2. Grayscale: #3D3D3D. Windows color (decimal): -11584995 or 1915471. OLE color: 1915471.

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

Color convert

RGB795829-
CMYK00.270.630.69
HSL34.8º46.3%21.18%-
HSV(B)34.8º63.29%30.98%-
XYZ4.964.781.82-
YUV60.97109.96140.86-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 47.59%
GREEN value IS 58 (23.05% from 255) = 34.94%
BLUE value IS 29 (11.72% from 255) = 17.47%
R=47.59%
G=34.94%
B=17.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.63
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79582900.270.630.6934.846.321.18
Hex4F3A1D01B3F45232e15
Octal117723503377105435625
Binary100111111101011101011011111111100010110001110111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F3A1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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