#48391E

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

Shades of Clinker #48391E

Tints of Clinker #48391E

Color information

#48391E (or 0x48391E) is unknown color: approx Clinker. HEX triplet: 48, 39 and 1E. RGB value is (72,57,30). Sum of RGB (Red+Green+Blue) = 72+57+30=159 (21% of max value = 765). Red value is 72 (28.52% from 255 or 45.28% from 159); Green value is 57 (22.66% from 255 or 35.85% from 159); Blue value is 30 (12.11% from 255 or 18.87% from 159); Max value from RGB is 72 - color contains mainly: red. Hex color #48391E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48391E is #B7C6E1. Grayscale: #3A3A3A. Windows color (decimal): -12044002 or 1980744. OLE color: 1980744.

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

Color convert

RGB725730-
CMYK00.210.580.72
HSL38.57º41.18%20%-
HSV(B)38.57º58.33%28.24%-
XYZ4.374.41.85-
YUV58.41111.97137.7-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 45.28%
GREEN value IS 57 (22.66% from 255) = 35.85%
BLUE value IS 30 (12.11% from 255) = 18.87%
R=45.28%
G=35.85%
B=18.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.58
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72573000.210.580.7238.5741.1820
Hex48391E0153A48272914
Octal110713602572110475124
Binary100100011100111110010101111010100100010011110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48391E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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