#4B371C

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

Shades of Clinker #4B371C

Tints of Clinker #4B371C

Color information

#4B371C (or 0x4B371C) is unknown color: approx Clinker. HEX triplet: 4B, 37 and 1C. RGB value is (75,55,28). Sum of RGB (Red+Green+Blue) = 75+55+28=158 (20% of max value = 765). Red value is 75 (29.69% from 255 or 47.47% from 158); Green value is 55 (21.88% from 255 or 34.81% from 158); Blue value is 28 (11.33% from 255 or 17.72% from 158); Max value from RGB is 75 - color contains mainly: red. Hex color #4B371C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B371C is #B4C8E3. Grayscale: #3A3A3A. Windows color (decimal): -11847908 or 1849163. OLE color: 1849163.

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

Color convert

RGB755528-
CMYK00.270.630.71
HSL34.47º45.63%20.2%-
HSV(B)34.47º62.67%29.41%-
XYZ4.484.311.69-
YUV57.9111.13140.2-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 47.47%
GREEN value IS 55 (21.88% from 255) = 34.81%
BLUE value IS 28 (11.33% from 255) = 17.72%
R=47.47%
G=34.81%
B=17.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.63
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75552800.270.630.7134.4745.6320.2
Hex4B371C01B3F47222e14
Octal113673403377107425624
Binary100101111011111100011011111111100011110001010111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B371C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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