#4D3B1E

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

Shades of Clinker #4D3B1E

Tints of Clinker #4D3B1E

Color information

#4D3B1E (or 0x4D3B1E) is unknown color: approx Clinker. HEX triplet: 4D, 3B and 1E. RGB value is (77,59,30). Sum of RGB (Red+Green+Blue) = 77+59+30=166 (21% of max value = 765). Red value is 77 (30.47% from 255 or 46.39% from 166); Green value is 59 (23.44% from 255 or 35.54% from 166); Blue value is 30 (12.11% from 255 or 18.07% from 166); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3B1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D3B1E is #B2C4E1. Grayscale: #3D3D3D. Windows color (decimal): -11715810 or 1981261. OLE color: 1981261.

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

Color convert

RGB775930-
CMYK00.230.610.70
HSL37.02º43.93%20.98%-
HSV(B)37.02º61.04%30.2%-
XYZ4.864.81.9-
YUV61.08110.46139.36-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 46.39%
GREEN value IS 59 (23.44% from 255) = 35.54%
BLUE value IS 30 (12.11% from 255) = 18.07%
R=46.39%
G=35.54%
B=18.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.61
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77593000.230.610.7037.0243.9320.98
Hex4D3B1E0173D46252c15
Octal115733602775106455425
Binary100110111101111110010111111101100011010010110110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D3B1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,59,30); }

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

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

 a { background-color: rgb(77,59,30); }

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

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

 span { border-color: rgb(77,59,30); }

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