#4D3613

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

Shades of Clinker #4D3613

Tints of Clinker #4D3613

Color information

#4D3613 (or 0x4D3613) is unknown color: approx Clinker. HEX triplet: 4D, 36 and 13. RGB value is (77,54,19). Sum of RGB (Red+Green+Blue) = 77+54+19=150 (19% of max value = 765). Red value is 77 (30.47% from 255 or 51.33% from 150); Green value is 54 (21.48% from 255 or 36% from 150); Blue value is 19 (7.81% from 255 or 12.67% from 150); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3613 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D3613 is #B2C9EC. Grayscale: #393939. Windows color (decimal): -11717101 or 1259085. OLE color: 1259085.

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

Color convert

RGB775419-
CMYK00.300.750.70
HSL36.21º60.42%18.82%-
HSV(B)36.21º75.32%30.2%-
XYZ4.54.261.2-
YUV56.89106.62142.35-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 51.33%
GREEN value IS 54 (21.48% from 255) = 36%
BLUE value IS 19 (7.81% from 255) = 12.67%
R=51.33%
G=36%
B=12.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.75
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77541900.300.750.7036.2160.4218.82
Hex4D361301E4B46243c13
Octal1156623036113106447423
Binary1001101110110100110111101001011100011010010011110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D3613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,54,19); }

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

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

 a { background-color: rgb(77,54,19); }

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

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

 span { border-color: rgb(77,54,19); }

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