#4D3824

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

Shades of Clinker #4D3824

Tints of Clinker #4D3824

Color information

#4D3824 (or 0x4D3824) is unknown color: approx Clinker. HEX triplet: 4D, 38 and 24. RGB value is (77,56,36). Sum of RGB (Red+Green+Blue) = 77+56+36=169 (22% of max value = 765). Red value is 77 (30.47% from 255 or 45.56% from 169); Green value is 56 (22.27% from 255 or 33.14% from 169); Blue value is 36 (14.45% from 255 or 21.30% from 169); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3824 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D3824 is #B2C7DB. Grayscale: #3C3C3C. Windows color (decimal): -11716572 or 2373709. OLE color: 2373709.

HSL color Cylindrical-coordinate representation of color #4D3824: hue angle of 29.27º degrees, saturation: 0.36, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4D3824 is Cyan = 0, Magento = 0.27, Yellow = 0.53 and Black (K on CMYK) = 0.70.

Color convert

RGB775636-
CMYK00.270.530.70
HSL29.27º36.28%22.16%-
HSV(B)29.27º53.25%30.2%-
XYZ4.794.532.29-
YUV60114.46140.13-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 45.56%
GREEN value IS 56 (22.27% from 255) = 33.14%
BLUE value IS 36 (14.45% from 255) = 21.30%
R=45.56%
G=33.14%
B=21.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.53
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77563600.270.530.7029.2736.2822.16
Hex4D382401B35461d2416
Octal115704403365106354426
Binary100110111100010010001101111010110001101110110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D3824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,56,36); }

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

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

 a { background-color: rgb(77,56,36); }

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

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

 span { border-color: rgb(77,56,36); }

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