#4D371D

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

Shades of Clinker #4D371D

Tints of Clinker #4D371D

Color information

#4D371D (or 0x4D371D) is unknown color: approx Clinker. HEX triplet: 4D, 37 and 1D. RGB value is (77,55,29). Sum of RGB (Red+Green+Blue) = 77+55+29=161 (21% of max value = 765). Red value is 77 (30.47% from 255 or 47.83% from 161); Green value is 55 (21.88% from 255 or 34.16% from 161); Blue value is 29 (11.72% from 255 or 18.01% from 161); Max value from RGB is 77 - color contains mainly: red. Hex color #4D371D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D371D is #B2C8E2. Grayscale: #3A3A3A. Windows color (decimal): -11716835 or 1914701. OLE color: 1914701.

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

Color convert

RGB775529-
CMYK00.290.620.70
HSL32.5º45.28%20.78%-
HSV(B)32.5º62.34%30.2%-
XYZ4.654.41.77-
YUV58.61111.29141.11-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 47.83%
GREEN value IS 55 (21.88% from 255) = 34.16%
BLUE value IS 29 (11.72% from 255) = 18.01%
R=47.83%
G=34.16%
B=18.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.62
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77552900.290.620.7032.545.2820.78
Hex4D371D01D3E46202d15
Octal115673503576106405525
Binary100110111011111101011101111110100011010000010110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D371D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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