#4D381F

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

Shades of Clinker #4D381F

Tints of Clinker #4D381F

Color information

#4D381F (or 0x4D381F) is unknown color: approx Clinker. HEX triplet: 4D, 38 and 1F. RGB value is (77,56,31). Sum of RGB (Red+Green+Blue) = 77+56+31=164 (21% of max value = 765). Red value is 77 (30.47% from 255 or 46.95% from 164); Green value is 56 (22.27% from 255 or 34.15% from 164); Blue value is 31 (12.5% from 255 or 18.90% from 164); Max value from RGB is 77 - color contains mainly: red. Hex color #4D381F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D381F is #B2C7E0. Grayscale: #3B3B3B. Windows color (decimal): -11716577 or 2046029. OLE color: 2046029.

HSL color Cylindrical-coordinate representation of color #4D381F: hue angle of 32.61º degrees, saturation: 0.43, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4D381F is Cyan = 0, Magento = 0.27, Yellow = 0.60 and Black (K on CMYK) = 0.70.

Color convert

RGB775631-
CMYK00.270.600.70
HSL32.61º42.59%21.18%-
HSV(B)32.61º59.74%30.2%-
XYZ4.724.511.92-
YUV59.43111.96140.53-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 46.95%
GREEN value IS 56 (22.27% from 255) = 34.15%
BLUE value IS 31 (12.5% from 255) = 18.90%
R=46.95%
G=34.15%
B=18.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.60
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77563100.270.600.7032.6142.5921.18
Hex4D381F01B3C46212b15
Octal115703703374106415325
Binary100110111100011111011011111100100011010000110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D381F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,56,31); }

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

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

 a { background-color: rgb(77,56,31); }

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

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

 span { border-color: rgb(77,56,31); }

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