#4D3720

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

Shades of Clinker #4D3720

Tints of Clinker #4D3720

Color information

#4D3720 (or 0x4D3720) is unknown color: approx Clinker. HEX triplet: 4D, 37 and 20. RGB value is (77,55,32). Sum of RGB (Red+Green+Blue) = 77+55+32=164 (21% of max value = 765). Red value is 77 (30.47% from 255 or 46.95% from 164); Green value is 55 (21.88% from 255 or 33.54% from 164); Blue value is 32 (12.89% from 255 or 19.51% from 164); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3720 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D3720 is #B2C8DF. Grayscale: #3B3B3B. Windows color (decimal): -11716832 or 2111309. OLE color: 2111309.

HSL color Cylindrical-coordinate representation of color #4D3720: hue angle of 30.67º degrees, saturation: 0.41, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4D3720 is Cyan = 0, Magento = 0.29, Yellow = 0.58 and Black (K on CMYK) = 0.70.

Color convert

RGB775532-
CMYK00.290.580.70
HSL30.67º41.28%21.37%-
HSV(B)30.67º58.44%30.2%-
XYZ4.694.411.97-
YUV58.96112.79140.87-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 46.95%
GREEN value IS 55 (21.88% from 255) = 33.54%
BLUE value IS 32 (12.89% from 255) = 19.51%
R=46.95%
G=33.54%
B=19.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.58
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77553200.290.580.7030.6741.2821.37
Hex4D372001D3A461f2915
Octal115674003572106375125
Binary100110111011110000001110111101010001101111110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D3720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,55,32); }

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

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

 a { background-color: rgb(77,55,32); }

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

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

 span { border-color: rgb(77,55,32); }

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