#4D3414

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

Shades of Clinker #4D3414

Tints of Clinker #4D3414

Color information

#4D3414 (or 0x4D3414) is unknown color: approx Clinker. HEX triplet: 4D, 34 and 14. RGB value is (77,52,20). Sum of RGB (Red+Green+Blue) = 77+52+20=149 (19% of max value = 765). Red value is 77 (30.47% from 255 or 51.68% from 149); Green value is 52 (20.70% from 255 or 34.90% from 149); Blue value is 20 (8.20% from 255 or 13.42% from 149); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3414 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D3414 is #B2CBEB. Grayscale: #373737. Windows color (decimal): -11717612 or 1324109. OLE color: 1324109.

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

Color convert

RGB775220-
CMYK00.320.740.70
HSL33.68º58.76%19.02%-
HSV(B)33.68º74.03%30.2%-
XYZ4.414.081.22-
YUV55.83107.78143.1-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 51.68%
GREEN value IS 52 (20.70% from 255) = 34.90%
BLUE value IS 20 (8.20% from 255) = 13.42%
R=51.68%
G=34.90%
B=13.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.74
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77522000.320.740.7033.6858.7619.02
Hex4D34140204A46223b13
Octal1156424040112106427323
Binary10011011101001010001000001001010100011010001011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D3414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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