#4B3C24

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

Shades of Clinker #4B3C24

Tints of Clinker #4B3C24

Color information

#4B3C24 (or 0x4B3C24) is unknown color: approx Clinker. HEX triplet: 4B, 3C and 24. RGB value is (75,60,36). Sum of RGB (Red+Green+Blue) = 75+60+36=171 (22% of max value = 765). Red value is 75 (29.69% from 255 or 43.86% from 171); Green value is 60 (23.83% from 255 or 35.09% from 171); Blue value is 36 (14.45% from 255 or 21.05% from 171); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3C24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B3C24 is #B4C3DB. Grayscale: #3D3D3D. Windows color (decimal): -11846620 or 2374731. OLE color: 2374731.

HSL color Cylindrical-coordinate representation of color #4B3C24: hue angle of 36.92º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4B3C24 is Cyan = 0, Magento = 0.20, Yellow = 0.52 and Black (K on CMYK) = 0.71.

Color convert

RGB756036-
CMYK00.200.520.71
HSL36.92º35.14%21.76%-
HSV(B)36.92º52%29.41%-
XYZ4.844.852.35-
YUV61.75113.47137.45-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 43.86%
GREEN value IS 60 (23.83% from 255) = 35.09%
BLUE value IS 36 (14.45% from 255) = 21.05%
R=43.86%
G=35.09%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.52
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75603600.200.520.7136.9235.1421.76
Hex4B3C240143447252316
Octal113744402464107454326
Binary1001011111100100100010100110100100011110010110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B3C24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,60,36); }

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

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

 a { background-color: rgb(75,60,36); }

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

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

 span { border-color: rgb(75,60,36); }

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