#4B361E

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

Shades of Clinker #4B361E

Tints of Clinker #4B361E

Color information

#4B361E (or 0x4B361E) is unknown color: approx Clinker. HEX triplet: 4B, 36 and 1E. RGB value is (75,54,30). Sum of RGB (Red+Green+Blue) = 75+54+30=159 (21% of max value = 765). Red value is 75 (29.69% from 255 or 47.17% from 159); Green value is 54 (21.48% from 255 or 33.96% from 159); Blue value is 30 (12.11% from 255 or 18.87% from 159); Max value from RGB is 75 - color contains mainly: red. Hex color #4B361E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B361E is #B4C9E1. Grayscale: #393939. Windows color (decimal): -11848162 or 1979979. OLE color: 1979979.

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

Color convert

RGB755430-
CMYK00.280.600.71
HSL32º42.86%20.59%-
HSV(B)32º60%29.41%-
XYZ4.464.231.81-
YUV57.54112.46140.45-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 47.17%
GREEN value IS 54 (21.48% from 255) = 33.96%
BLUE value IS 30 (12.11% from 255) = 18.87%
R=47.17%
G=33.96%
B=18.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.60
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75543000.280.600.713242.8620.59
Hex4B361E01C3C47202b15
Octal113663603474107405325
Binary100101111011011110011100111100100011110000010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B361E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,54,30); }

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

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

 a { background-color: rgb(75,54,30); }

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

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

 span { border-color: rgb(75,54,30); }

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