#4D351E

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

Shades of Clinker #4D351E

Tints of Clinker #4D351E

Color information

#4D351E (or 0x4D351E) is unknown color: approx Clinker. HEX triplet: 4D, 35 and 1E. RGB value is (77,53,30). Sum of RGB (Red+Green+Blue) = 77+53+30=160 (21% of max value = 765). Red value is 77 (30.47% from 255 or 48.12% from 160); Green value is 53 (21.09% from 255 or 33.12% from 160); Blue value is 30 (12.11% from 255 or 18.75% from 160); Max value from RGB is 77 - color contains mainly: red. Hex color #4D351E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D351E is #B2CAE1. Grayscale: #393939. Windows color (decimal): -11717346 or 1979725. OLE color: 1979725.

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

Color convert

RGB775330-
CMYK00.310.610.70
HSL29.36º43.93%20.98%-
HSV(B)29.36º61.04%30.2%-
XYZ4.574.221.8-
YUV57.55112.45141.87-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 48.12%
GREEN value IS 53 (21.09% from 255) = 33.12%
BLUE value IS 30 (12.11% from 255) = 18.75%
R=48.12%
G=33.12%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.61
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77533000.310.610.7029.3643.9320.98
Hex4D351E01F3D461d2c15
Octal115653603775106355425
Binary10011011101011111001111111110110001101110110110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D351E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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