#48301B

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

Shades of Clinker #48301B

Tints of Clinker #48301B

Color information

#48301B (or 0x48301B) is unknown color: approx Clinker. HEX triplet: 48, 30 and 1B. RGB value is (72,48,27). Sum of RGB (Red+Green+Blue) = 72+48+27=147 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48.98% from 147); Green value is 48 (19.14% from 255 or 32.65% from 147); Blue value is 27 (10.94% from 255 or 18.37% from 147); Max value from RGB is 72 - color contains mainly: red. Hex color #48301B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48301B is #B7CFE4. Grayscale: #343434. Windows color (decimal): -12046309 or 1781832. OLE color: 1781832.

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

Color convert

RGB724827-
CMYK00.330.620.72
HSL28º45.45%19.41%-
HSV(B)28º62.5%28.24%-
XYZ3.933.571.52-
YUV52.78113.45141.71-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 48.98%
GREEN value IS 48 (19.14% from 255) = 32.65%
BLUE value IS 27 (10.94% from 255) = 18.37%
R=48.98%
G=32.65%
B=18.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.62
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72482700.330.620.722845.4519.41
Hex48301B0213E481c2d13
Octal110603304176110345523
Binary100100011000011011010000111111010010001110010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48301B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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