#48371B

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

Shades of Clinker #48371B

Tints of Clinker #48371B

Color information

#48371B (or 0x48371B) is unknown color: approx Clinker. HEX triplet: 48, 37 and 1B. RGB value is (72,55,27). Sum of RGB (Red+Green+Blue) = 72+55+27=154 (20% of max value = 765). Red value is 72 (28.52% from 255 or 46.75% from 154); Green value is 55 (21.88% from 255 or 35.71% from 154); Blue value is 27 (10.94% from 255 or 17.53% from 154); Max value from RGB is 72 - color contains mainly: red. Hex color #48371B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48371B is #B7C8E4. Grayscale: #393939. Windows color (decimal): -12044517 or 1783624. OLE color: 1783624.

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

Color convert

RGB725527-
CMYK00.240.620.72
HSL37.33º45.45%19.41%-
HSV(B)37.33º62.5%28.24%-
XYZ4.244.191.62-
YUV56.89111.13138.78-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 46.75%
GREEN value IS 55 (21.88% from 255) = 35.71%
BLUE value IS 27 (10.94% from 255) = 17.53%
R=46.75%
G=35.71%
B=17.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.62
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72552700.240.620.7237.3345.4519.41
Hex48371B0183E48252d13
Octal110673303076110455523
Binary100100011011111011011000111110100100010010110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48371B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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