#4D391A

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

Shades of Clinker #4D391A

Tints of Clinker #4D391A

Color information

#4D391A (or 0x4D391A) is unknown color: approx Clinker. HEX triplet: 4D, 39 and 1A. RGB value is (77,57,26). Sum of RGB (Red+Green+Blue) = 77+57+26=160 (21% of max value = 765). Red value is 77 (30.47% from 255 or 48.12% from 160); Green value is 57 (22.66% from 255 or 35.62% from 160); Blue value is 26 (10.55% from 255 or 16.25% from 160); Max value from RGB is 77 - color contains mainly: red. Hex color #4D391A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D391A is #B2C6E5. Grayscale: #3B3B3B. Windows color (decimal): -11716326 or 1718605. OLE color: 1718605.

HSL color Cylindrical-coordinate representation of color #4D391A: hue angle of 36.47º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4D391A is Cyan = 0, Magento = 0.26, Yellow = 0.66 and Black (K on CMYK) = 0.70.

Color convert

RGB775726-
CMYK00.260.660.70
HSL36.47º49.51%20.2%-
HSV(B)36.47º66.23%30.2%-
XYZ4.714.581.61-
YUV59.45109.13140.52-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 48.12%
GREEN value IS 57 (22.66% from 255) = 35.62%
BLUE value IS 26 (10.55% from 255) = 16.25%
R=48.12%
G=35.62%
B=16.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.66
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77572600.260.660.7036.4749.5120.2
Hex4D391A01A4246243214
Octal1157132032102106446224
Binary1001101111001110100110101000010100011010010011001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D391A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,57,26); }

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

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

 a { background-color: rgb(77,57,26); }

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

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

 span { border-color: rgb(77,57,26); }

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