#48381E

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

Shades of Clinker #48381E

Tints of Clinker #48381E

Color information

#48381E (or 0x48381E) is unknown color: approx Clinker. HEX triplet: 48, 38 and 1E. RGB value is (72,56,30). Sum of RGB (Red+Green+Blue) = 72+56+30=158 (20% of max value = 765). Red value is 72 (28.52% from 255 or 45.57% from 158); Green value is 56 (22.27% from 255 or 35.44% from 158); Blue value is 30 (12.11% from 255 or 18.99% from 158); Max value from RGB is 72 - color contains mainly: red. Hex color #48381E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48381E is #B7C7E1. Grayscale: #393939. Windows color (decimal): -12044258 or 1980488. OLE color: 1980488.

HSL color Cylindrical-coordinate representation of color #48381E: hue angle of 37.14º 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 #48381E is Cyan = 0, Magento = 0.22, Yellow = 0.58 and Black (K on CMYK) = 0.72.

Color convert

RGB725630-
CMYK00.220.580.72
HSL37.14º41.18%20%-
HSV(B)37.14º58.33%28.24%-
XYZ4.324.31.83-
YUV57.82112.3138.11-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 45.57%
GREEN value IS 56 (22.27% from 255) = 35.44%
BLUE value IS 30 (12.11% from 255) = 18.99%
R=45.57%
G=35.44%
B=18.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.58
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72563000.220.580.7237.1441.1820
Hex48381E0163A48252914
Octal110703602672110455124
Binary100100011100011110010110111010100100010010110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48381E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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