#4D381E

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

Shades of Clinker #4D381E

Tints of Clinker #4D381E

Color information

#4D381E (or 0x4D381E) is unknown color: approx Clinker. HEX triplet: 4D, 38 and 1E. RGB value is (77,56,30). Sum of RGB (Red+Green+Blue) = 77+56+30=163 (21% of max value = 765). Red value is 77 (30.47% from 255 or 47.24% from 163); Green value is 56 (22.27% from 255 or 34.36% from 163); Blue value is 30 (12.11% from 255 or 18.40% from 163); Max value from RGB is 77 - color contains mainly: red. Hex color #4D381E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D381E is #B2C7E1. Grayscale: #3B3B3B. Windows color (decimal): -11716578 or 1980493. OLE color: 1980493.

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

Color convert

RGB775630-
CMYK00.270.610.70
HSL33.19º43.93%20.98%-
HSV(B)33.19º61.04%30.2%-
XYZ4.714.51.85-
YUV59.32111.46140.61-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 47.24%
GREEN value IS 56 (22.27% from 255) = 34.36%
BLUE value IS 30 (12.11% from 255) = 18.40%
R=47.24%
G=34.36%
B=18.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.61
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77563000.270.610.7033.1943.9320.98
Hex4D381E01B3D46212c15
Octal115703603375106415425
Binary100110111100011110011011111101100011010000110110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D381E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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