#4D3510

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

Shades of Clinker #4D3510

Tints of Clinker #4D3510

Color information

#4D3510 (or 0x4D3510) is unknown color: approx Clinker. HEX triplet: 4D, 35 and 10. RGB value is (77,53,16). Sum of RGB (Red+Green+Blue) = 77+53+16=146 (19% of max value = 765). Red value is 77 (30.47% from 255 or 52.74% from 146); Green value is 53 (21.09% from 255 or 36.30% from 146); Blue value is 16 (6.64% from 255 or 10.96% from 146); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3510 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D3510 is #B2CAEF. Grayscale: #383838. Windows color (decimal): -11717360 or 1062221. OLE color: 1062221.

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

Color convert

RGB775316-
CMYK00.310.790.70
HSL36.39º65.59%18.24%-
HSV(B)36.39º79.22%30.2%-
XYZ4.434.161.06-
YUV55.96105.45143.01-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 52.74%
GREEN value IS 53 (21.09% from 255) = 36.30%
BLUE value IS 16 (6.64% from 255) = 10.96%
R=52.74%
G=36.30%
B=10.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.79
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77531600.310.790.7036.3965.5918.24
Hex4D351001F4F46244212
Octal11565200371171064410222
Binary10011011101011000001111110011111000110100100100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D3510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,53,16); }

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

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

 a { background-color: rgb(77,53,16); }

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

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

 span { border-color: rgb(77,53,16); }

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