#48311B

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

Shades of Clinker #48311B

Tints of Clinker #48311B

Color information

#48311B (or 0x48311B) is unknown color: approx Clinker. HEX triplet: 48, 31 and 1B. RGB value is (72,49,27). Sum of RGB (Red+Green+Blue) = 72+49+27=148 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48.65% from 148); Green value is 49 (19.53% from 255 or 33.11% from 148); Blue value is 27 (10.94% from 255 or 18.24% from 148); Max value from RGB is 72 - color contains mainly: red. Hex color #48311B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48311B is #B7CEE4. Grayscale: #353535. Windows color (decimal): -12046053 or 1782088. OLE color: 1782088.

HSL color Cylindrical-coordinate representation of color #48311B: hue angle of 29.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 #48311B is Cyan = 0, Magento = 0.32, Yellow = 0.62 and Black (K on CMYK) = 0.72.

Color convert

RGB724927-
CMYK00.320.620.72
HSL29.33º45.45%19.41%-
HSV(B)29.33º62.5%28.24%-
XYZ3.973.651.53-
YUV53.37113.12141.29-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 48.65%
GREEN value IS 49 (19.53% from 255) = 33.11%
BLUE value IS 27 (10.94% from 255) = 18.24%
R=48.65%
G=33.11%
B=18.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.62
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72492700.320.620.7229.3345.4519.41
Hex48311B0203E481d2d13
Octal110613304076110355523
Binary100100011000111011010000011111010010001110110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48311B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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