#4D3A1F

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

Shades of Clinker #4D3A1F

Tints of Clinker #4D3A1F

Color information

#4D3A1F (or 0x4D3A1F) is unknown color: approx Clinker. HEX triplet: 4D, 3A and 1F. RGB value is (77,58,31). Sum of RGB (Red+Green+Blue) = 77+58+31=166 (21% of max value = 765). Red value is 77 (30.47% from 255 or 46.39% from 166); Green value is 58 (23.05% from 255 or 34.94% from 166); Blue value is 31 (12.5% from 255 or 18.67% from 166); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3A1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D3A1F is #B2C5E0. Grayscale: #3C3C3C. Windows color (decimal): -11716065 or 2046541. OLE color: 2046541.

HSL color Cylindrical-coordinate representation of color #4D3A1F: hue angle of 35.22º 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 #4D3A1F is Cyan = 0, Magento = 0.25, Yellow = 0.60 and Black (K on CMYK) = 0.70.

Color convert

RGB775831-
CMYK00.250.600.70
HSL35.22º42.59%21.18%-
HSV(B)35.22º59.74%30.2%-
XYZ4.824.71.95-
YUV60.6111.29139.7-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 46.39%
GREEN value IS 58 (23.05% from 255) = 34.94%
BLUE value IS 31 (12.5% from 255) = 18.67%
R=46.39%
G=34.94%
B=18.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.60
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77583100.250.600.7035.2242.5921.18
Hex4D3A1F0193C46232b15
Octal115723703174106435325
Binary100110111101011111011001111100100011010001110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D3A1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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