#48371C

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

Shades of Clinker #48371C

Tints of Clinker #48371C

Color information

#48371C (or 0x48371C) is unknown color: approx Clinker. HEX triplet: 48, 37 and 1C. RGB value is (72,55,28). Sum of RGB (Red+Green+Blue) = 72+55+28=155 (20% of max value = 765). Red value is 72 (28.52% from 255 or 46.45% from 155); Green value is 55 (21.88% from 255 or 35.48% from 155); Blue value is 28 (11.33% from 255 or 18.06% from 155); Max value from RGB is 72 - color contains mainly: red. Hex color #48371C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48371C is #B7C8E3. Grayscale: #393939. Windows color (decimal): -12044516 or 1849160. OLE color: 1849160.

HSL color Cylindrical-coordinate representation of color #48371C: hue angle of 36.82º degrees, saturation: 0.44, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #48371C is Cyan = 0, Magento = 0.24, Yellow = 0.61 and Black (K on CMYK) = 0.72.

Color convert

RGB725528-
CMYK00.240.610.72
HSL36.82º44%19.61%-
HSV(B)36.82º61.11%28.24%-
XYZ4.254.191.68-
YUV57111.63138.7-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 46.45%
GREEN value IS 55 (21.88% from 255) = 35.48%
BLUE value IS 28 (11.33% from 255) = 18.06%
R=46.45%
G=35.48%
B=18.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.61
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72552800.240.610.7236.824419.61
Hex48371C0183D48252c14
Octal110673403075110455424
Binary100100011011111100011000111101100100010010110110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48371C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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