#48341E

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

Shades of Clinker #48341E

Tints of Clinker #48341E

Color information

#48341E (or 0x48341E) is unknown color: approx Clinker. HEX triplet: 48, 34 and 1E. RGB value is (72,52,30). Sum of RGB (Red+Green+Blue) = 72+52+30=154 (20% of max value = 765). Red value is 72 (28.52% from 255 or 46.75% from 154); Green value is 52 (20.70% from 255 or 33.77% from 154); Blue value is 30 (12.11% from 255 or 19.48% from 154); Max value from RGB is 72 - color contains mainly: red. Hex color #48341E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48341E is #B7CBE1. Grayscale: #373737. Windows color (decimal): -12045282 or 1979464. OLE color: 1979464.

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

Color convert

RGB725230-
CMYK00.280.580.72
HSL31.43º41.18%20%-
HSV(B)31.43º58.33%28.24%-
XYZ4.133.931.77-
YUV55.47113.63139.79-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 46.75%
GREEN value IS 52 (20.70% from 255) = 33.77%
BLUE value IS 30 (12.11% from 255) = 19.48%
R=46.75%
G=33.77%
B=19.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.58
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72523000.280.580.7231.4341.1820
Hex48341E01C3A481f2914
Octal110643603472110375124
Binary10010001101001111001110011101010010001111110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48341E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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