#48371E

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

Shades of Clinker #48371E

Tints of Clinker #48371E

Color information

#48371E (or 0x48371E) is unknown color: approx Clinker. HEX triplet: 48, 37 and 1E. RGB value is (72,55,30). Sum of RGB (Red+Green+Blue) = 72+55+30=157 (20% of max value = 765). Red value is 72 (28.52% from 255 or 45.86% from 157); Green value is 55 (21.88% from 255 or 35.03% from 157); Blue value is 30 (12.11% from 255 or 19.11% from 157); Max value from RGB is 72 - color contains mainly: red. Hex color #48371E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48371E is #B7C8E1. Grayscale: #393939. Windows color (decimal): -12044514 or 1980232. OLE color: 1980232.

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

Color convert

RGB725530-
CMYK00.240.580.72
HSL35.71º41.18%20%-
HSV(B)35.71º58.33%28.24%-
XYZ4.274.21.81-
YUV57.23112.63138.53-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 45.86%
GREEN value IS 55 (21.88% from 255) = 35.03%
BLUE value IS 30 (12.11% from 255) = 19.11%
R=45.86%
G=35.03%
B=19.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.58
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72553000.240.580.7235.7141.1820
Hex48371E0183A48242914
Octal110673603072110445124
Binary100100011011111110011000111010100100010010010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48371E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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