#48371D

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

Shades of Clinker #48371D

Tints of Clinker #48371D

Color information

#48371D (or 0x48371D) is unknown color: approx Clinker. HEX triplet: 48, 37 and 1D. RGB value is (72,55,29). Sum of RGB (Red+Green+Blue) = 72+55+29=156 (20% of max value = 765). Red value is 72 (28.52% from 255 or 46.15% from 156); Green value is 55 (21.88% from 255 or 35.26% from 156); Blue value is 29 (11.72% from 255 or 18.59% from 156); Max value from RGB is 72 - color contains mainly: red. Hex color #48371D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48371D is #B7C8E2. Grayscale: #393939. Windows color (decimal): -12044515 or 1914696. OLE color: 1914696.

HSL color Cylindrical-coordinate representation of color #48371D: hue angle of 36.28º 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 #48371D is Cyan = 0, Magento = 0.24, Yellow = 0.60 and Black (K on CMYK) = 0.72.

Color convert

RGB725529-
CMYK00.240.600.72
HSL36.28º42.57%19.8%-
HSV(B)36.28º59.72%28.24%-
XYZ4.264.21.75-
YUV57.12112.13138.61-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 46.15%
GREEN value IS 55 (21.88% from 255) = 35.26%
BLUE value IS 29 (11.72% from 255) = 18.59%
R=46.15%
G=35.26%
B=18.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.60
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72552900.240.600.7236.2842.5719.8
Hex48371D0183C48242b14
Octal110673503074110445324
Binary100100011011111101011000111100100100010010010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48371D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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