#4D361A

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

Shades of Clinker #4D361A

Tints of Clinker #4D361A

Color information

#4D361A (or 0x4D361A) is unknown color: approx Clinker. HEX triplet: 4D, 36 and 1A. RGB value is (77,54,26). Sum of RGB (Red+Green+Blue) = 77+54+26=157 (20% of max value = 765). Red value is 77 (30.47% from 255 or 49.04% from 157); Green value is 54 (21.48% from 255 or 34.39% from 157); Blue value is 26 (10.55% from 255 or 16.56% from 157); Max value from RGB is 77 - color contains mainly: red. Hex color #4D361A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D361A is #B2C9E5. Grayscale: #393939. Windows color (decimal): -11717094 or 1717837. OLE color: 1717837.

HSL color Cylindrical-coordinate representation of color #4D361A: hue angle of 32.94º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4D361A is Cyan = 0, Magento = 0.30, Yellow = 0.66 and Black (K on CMYK) = 0.70.

Color convert

RGB775426-
CMYK00.300.660.70
HSL32.94º49.51%20.2%-
HSV(B)32.94º66.23%30.2%-
XYZ4.574.291.56-
YUV57.68110.12141.78-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 49.04%
GREEN value IS 54 (21.48% from 255) = 34.39%
BLUE value IS 26 (10.55% from 255) = 16.56%
R=49.04%
G=34.39%
B=16.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.66
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77542600.300.660.7032.9449.5120.2
Hex4D361A01E4246213214
Octal1156632036102106416224
Binary1001101110110110100111101000010100011010000111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D361A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,54,26); }

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

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

 a { background-color: rgb(77,54,26); }

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

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

 span { border-color: rgb(77,54,26); }

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