#4B371D

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

Shades of Clinker #4B371D

Tints of Clinker #4B371D

Color information

#4B371D (or 0x4B371D) is unknown color: approx Clinker. HEX triplet: 4B, 37 and 1D. RGB value is (75,55,29). Sum of RGB (Red+Green+Blue) = 75+55+29=159 (21% of max value = 765). Red value is 75 (29.69% from 255 or 47.17% from 159); Green value is 55 (21.88% from 255 or 34.59% from 159); Blue value is 29 (11.72% from 255 or 18.24% from 159); Max value from RGB is 75 - color contains mainly: red. Hex color #4B371D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B371D is #B4C8E2. Grayscale: #3A3A3A. Windows color (decimal): -11847907 or 1914699. OLE color: 1914699.

HSL color Cylindrical-coordinate representation of color #4B371D: hue angle of 33.91º degrees, saturation: 0.44, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4B371D is Cyan = 0, Magento = 0.27, Yellow = 0.61 and Black (K on CMYK) = 0.71.

Color convert

RGB755529-
CMYK00.270.610.71
HSL33.91º44.23%20.39%-
HSV(B)33.91º61.33%29.41%-
XYZ4.494.321.76-
YUV58.02111.63140.11-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 47.17%
GREEN value IS 55 (21.88% from 255) = 34.59%
BLUE value IS 29 (11.72% from 255) = 18.24%
R=47.17%
G=34.59%
B=18.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.61
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75552900.270.610.7133.9144.2320.39
Hex4B371D01B3D47222c14
Octal113673503375107425424
Binary100101111011111101011011111101100011110001010110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B371D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,55,29); }

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

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

 a { background-color: rgb(75,55,29); }

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

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

 span { border-color: rgb(75,55,29); }

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