#48311D

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

Shades of Clinker #48311D

Tints of Clinker #48311D

Color information

#48311D (or 0x48311D) is unknown color: approx Clinker. HEX triplet: 48, 31 and 1D. RGB value is (72,49,29). Sum of RGB (Red+Green+Blue) = 72+49+29=150 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48% from 150); Green value is 49 (19.53% from 255 or 32.67% from 150); Blue value is 29 (11.72% from 255 or 19.33% from 150); Max value from RGB is 72 - color contains mainly: red. Hex color #48311D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48311D is #B7CEE2. Grayscale: #353535. Windows color (decimal): -12046051 or 1913160. OLE color: 1913160.

HSL color Cylindrical-coordinate representation of color #48311D: hue angle of 27.91º degrees, saturation: 0.43, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #48311D is Cyan = 0, Magento = 0.32, Yellow = 0.60 and Black (K on CMYK) = 0.72.

Color convert

RGB724929-
CMYK00.320.600.72
HSL27.91º42.57%19.8%-
HSV(B)27.91º59.72%28.24%-
XYZ3.993.661.66-
YUV53.6114.12141.13-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 48%
GREEN value IS 49 (19.53% from 255) = 32.67%
BLUE value IS 29 (11.72% from 255) = 19.33%
R=48%
G=32.67%
B=19.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.60
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72492900.320.600.7227.9142.5719.8
Hex48311D0203C481c2b14
Octal110613504074110345324
Binary100100011000111101010000011110010010001110010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48311D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48311D; }

 p { color: rgb(72,49,29); }

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

<style>
 a { background-color: #48311D; }

 a { background-color: rgb(72,49,29); }

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

<style>
 span { border-color: #48311D; }

 span { border-color: rgb(72,49,29); }

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