#4D341A

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

Shades of Clinker #4D341A

Tints of Clinker #4D341A

Color information

#4D341A (or 0x4D341A) is unknown color: approx Clinker. HEX triplet: 4D, 34 and 1A. RGB value is (77,52,26). Sum of RGB (Red+Green+Blue) = 77+52+26=155 (20% of max value = 765). Red value is 77 (30.47% from 255 or 49.68% from 155); Green value is 52 (20.70% from 255 or 33.55% from 155); Blue value is 26 (10.55% from 255 or 16.77% from 155); Max value from RGB is 77 - color contains mainly: red. Hex color #4D341A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D341A is #B2CBE5. Grayscale: #383838. Windows color (decimal): -11717606 or 1717325. OLE color: 1717325.

HSL color Cylindrical-coordinate representation of color #4D341A: hue angle of 30.59º 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 #4D341A is Cyan = 0, Magento = 0.32, Yellow = 0.66 and Black (K on CMYK) = 0.70.

Color convert

RGB775226-
CMYK00.320.660.70
HSL30.59º49.51%20.2%-
HSV(B)30.59º66.23%30.2%-
XYZ4.484.111.53-
YUV56.51110.78142.61-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 49.68%
GREEN value IS 52 (20.70% from 255) = 33.55%
BLUE value IS 26 (10.55% from 255) = 16.77%
R=49.68%
G=33.55%
B=16.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.66
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77522600.320.660.7030.5949.5120.2
Hex4D341A02042461f3214
Octal1156432040102106376224
Binary1001101110100110100100000100001010001101111111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D341A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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