#48381F

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

Shades of Clinker #48381F

Tints of Clinker #48381F

Color information

#48381F (or 0x48381F) is unknown color: approx Clinker. HEX triplet: 48, 38 and 1F. RGB value is (72,56,31). Sum of RGB (Red+Green+Blue) = 72+56+31=159 (21% of max value = 765). Red value is 72 (28.52% from 255 or 45.28% from 159); Green value is 56 (22.27% from 255 or 35.22% from 159); Blue value is 31 (12.5% from 255 or 19.50% from 159); Max value from RGB is 72 - color contains mainly: red. Hex color #48381F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48381F is #B7C7E0. Grayscale: #3A3A3A. Windows color (decimal): -12044257 or 2046024. OLE color: 2046024.

HSL color Cylindrical-coordinate representation of color #48381F: hue angle of 36.59º degrees, saturation: 0.4, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #48381F is Cyan = 0, Magento = 0.22, Yellow = 0.57 and Black (K on CMYK) = 0.72.

Color convert

RGB725631-
CMYK00.220.570.72
HSL36.59º39.81%20.2%-
HSV(B)36.59º56.94%28.24%-
XYZ4.334.31.9-
YUV57.93112.8138.03-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 45.28%
GREEN value IS 56 (22.27% from 255) = 35.22%
BLUE value IS 31 (12.5% from 255) = 19.50%
R=45.28%
G=35.22%
B=19.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.57
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72563100.220.570.7236.5939.8120.2
Hex48381F0163948252814
Octal110703702671110455024
Binary100100011100011111010110111001100100010010110100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48381F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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