#4B361D

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

Shades of Clinker #4B361D

Tints of Clinker #4B361D

Color information

#4B361D (or 0x4B361D) is unknown color: approx Clinker. HEX triplet: 4B, 36 and 1D. RGB value is (75,54,29). Sum of RGB (Red+Green+Blue) = 75+54+29=158 (20% of max value = 765). Red value is 75 (29.69% from 255 or 47.47% from 158); Green value is 54 (21.48% from 255 or 34.18% from 158); Blue value is 29 (11.72% from 255 or 18.35% from 158); Max value from RGB is 75 - color contains mainly: red. Hex color #4B361D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B361D is #B4C9E2. Grayscale: #393939. Windows color (decimal): -11848163 or 1914443. OLE color: 1914443.

HSL color Cylindrical-coordinate representation of color #4B361D: hue angle of 32.61º 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 #4B361D is Cyan = 0, Magento = 0.28, Yellow = 0.61 and Black (K on CMYK) = 0.71.

Color convert

RGB755429-
CMYK00.280.610.71
HSL32.61º44.23%20.39%-
HSV(B)32.61º61.33%29.41%-
XYZ4.444.221.74-
YUV57.43111.96140.53-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 47.47%
GREEN value IS 54 (21.48% from 255) = 34.18%
BLUE value IS 29 (11.72% from 255) = 18.35%
R=47.47%
G=34.18%
B=18.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.61
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75542900.280.610.7132.6144.2320.39
Hex4B361D01C3D47212c14
Octal113663503475107415424
Binary100101111011011101011100111101100011110000110110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B361D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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