#4D3315

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

Shades of Clinker #4D3315

Tints of Clinker #4D3315

Color information

#4D3315 (or 0x4D3315) is unknown color: approx Clinker. HEX triplet: 4D, 33 and 15. RGB value is (77,51,21). Sum of RGB (Red+Green+Blue) = 77+51+21=149 (19% of max value = 765). Red value is 77 (30.47% from 255 or 51.68% from 149); Green value is 51 (20.31% from 255 or 34.23% from 149); Blue value is 21 (8.59% from 255 or 14.09% from 149); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3315 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D3315 is #B2CCEA. Grayscale: #373737. Windows color (decimal): -11717867 or 1389389. OLE color: 1389389.

HSL color Cylindrical-coordinate representation of color #4D3315: hue angle of 32.14º degrees, saturation: 0.57, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4D3315 is Cyan = 0, Magento = 0.34, Yellow = 0.73 and Black (K on CMYK) = 0.70.

Color convert

RGB775121-
CMYK00.340.730.70
HSL32.14º57.14%19.22%-
HSV(B)32.14º72.73%30.2%-
XYZ4.3841.25-
YUV55.35108.61143.44-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 51.68%
GREEN value IS 51 (20.31% from 255) = 34.23%
BLUE value IS 21 (8.59% from 255) = 14.09%
R=51.68%
G=34.23%
B=14.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.73
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77512100.340.730.7032.1457.1419.22
Hex4D33150224946203913
Octal1156325042111106407123
Binary10011011100111010101000101001001100011010000011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D3315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,51,21); }

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

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

 a { background-color: rgb(77,51,21); }

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

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

 span { border-color: rgb(77,51,21); }

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