#4D3519

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

Shades of Clinker #4D3519

Tints of Clinker #4D3519

Color information

#4D3519 (or 0x4D3519) is unknown color: approx Clinker. HEX triplet: 4D, 35 and 19. RGB value is (77,53,25). Sum of RGB (Red+Green+Blue) = 77+53+25=155 (20% of max value = 765). Red value is 77 (30.47% from 255 or 49.68% from 155); Green value is 53 (21.09% from 255 or 34.19% from 155); Blue value is 25 (10.16% from 255 or 16.13% from 155); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3519 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D3519 is #B2CAE6. Grayscale: #393939. Windows color (decimal): -11717351 or 1652045. OLE color: 1652045.

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

Color convert

RGB775325-
CMYK00.310.680.70
HSL32.31º50.98%20%-
HSV(B)32.31º67.53%30.2%-
XYZ4.514.191.49-
YUV56.98109.95142.28-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 49.68%
GREEN value IS 53 (21.09% from 255) = 34.19%
BLUE value IS 25 (10.16% from 255) = 16.13%
R=49.68%
G=34.19%
B=16.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.68
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77532500.310.680.7032.3150.9820
Hex4D351901F4446203314
Octal1156531037104106406324
Binary1001101110101110010111111000100100011010000011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D3519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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