#4D3B1F

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

Shades of Clinker #4D3B1F

Tints of Clinker #4D3B1F

Color information

#4D3B1F (or 0x4D3B1F) is unknown color: approx Clinker. HEX triplet: 4D, 3B and 1F. RGB value is (77,59,31). Sum of RGB (Red+Green+Blue) = 77+59+31=167 (22% of max value = 765). Red value is 77 (30.47% from 255 or 46.11% from 167); Green value is 59 (23.44% from 255 or 35.33% from 167); Blue value is 31 (12.5% from 255 or 18.56% from 167); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3B1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D3B1F is #B2C4E0. Grayscale: #3D3D3D. Windows color (decimal): -11715809 or 2046797. OLE color: 2046797.

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

Color convert

RGB775931-
CMYK00.230.600.70
HSL36.52º42.59%21.18%-
HSV(B)36.52º59.74%30.2%-
XYZ4.874.81.97-
YUV61.19110.96139.28-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 46.11%
GREEN value IS 59 (23.44% from 255) = 35.33%
BLUE value IS 31 (12.5% from 255) = 18.56%
R=46.11%
G=35.33%
B=18.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.60
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77593100.230.600.7036.5242.5921.18
Hex4D3B1F0173C46252b15
Octal115733702774106455325
Binary100110111101111111010111111100100011010010110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D3B1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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