#48331B

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

Shades of Clinker #48331B

Tints of Clinker #48331B

Color information

#48331B (or 0x48331B) is unknown color: approx Clinker. HEX triplet: 48, 33 and 1B. RGB value is (72,51,27). Sum of RGB (Red+Green+Blue) = 72+51+27=150 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48% from 150); Green value is 51 (20.31% from 255 or 34% from 150); Blue value is 27 (10.94% from 255 or 18% from 150); Max value from RGB is 72 - color contains mainly: red. Hex color #48331B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48331B is #B7CCE4. Grayscale: #363636. Windows color (decimal): -12045541 or 1782600. OLE color: 1782600.

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

Color convert

RGB725127-
CMYK00.290.620.72
HSL32º45.45%19.41%-
HSV(B)32º62.5%28.24%-
XYZ4.053.821.56-
YUV54.54112.46140.45-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 48%
GREEN value IS 51 (20.31% from 255) = 34%
BLUE value IS 27 (10.94% from 255) = 18%
R=48%
G=34%
B=18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.62
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72512700.290.620.723245.4519.41
Hex48331B01D3E48202d13
Octal110633303576110405523
Binary100100011001111011011101111110100100010000010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48331B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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