#4D360F

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

Shades of Clinker #4D360F

Tints of Clinker #4D360F

Color information

#4D360F (or 0x4D360F) is unknown color: approx Clinker. HEX triplet: 4D, 36 and 0F. RGB value is (77,54,15). Sum of RGB (Red+Green+Blue) = 77+54+15=146 (19% of max value = 765). Red value is 77 (30.47% from 255 or 52.74% from 146); Green value is 54 (21.48% from 255 or 36.99% from 146); Blue value is 15 (6.25% from 255 or 10.27% from 146); Max value from RGB is 77 - color contains mainly: red. Hex color #4D360F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D360F is #B2C9F0. Grayscale: #383838. Windows color (decimal): -11717105 or 996941. OLE color: 996941.

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

Color convert

RGB775415-
CMYK00.300.810.70
HSL37.74º67.39%18.04%-
HSV(B)37.74º80.52%30.2%-
XYZ4.474.251.04-
YUV56.43104.62142.67-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 52.74%
GREEN value IS 54 (21.48% from 255) = 36.99%
BLUE value IS 15 (6.25% from 255) = 10.27%
R=52.74%
G=36.99%
B=10.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.81
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77541500.300.810.7037.7467.3918.04
Hex4D36F01E5146264312
Octal11566170361211064610322
Binary1001101110110111101111010100011000110100110100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D360F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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