#48341F

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

Shades of Clinker #48341F

Tints of Clinker #48341F

Color information

#48341F (or 0x48341F) is unknown color: approx Clinker. HEX triplet: 48, 34 and 1F. RGB value is (72,52,31). Sum of RGB (Red+Green+Blue) = 72+52+31=155 (20% of max value = 765). Red value is 72 (28.52% from 255 or 46.45% from 155); Green value is 52 (20.70% from 255 or 33.55% from 155); Blue value is 31 (12.5% from 255 or 20% from 155); Max value from RGB is 72 - color contains mainly: red. Hex color #48341F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48341F is #B7CBE0. Grayscale: #373737. Windows color (decimal): -12045281 or 2045000. OLE color: 2045000.

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

Color convert

RGB725231-
CMYK00.280.570.72
HSL30.73º39.81%20.2%-
HSV(B)30.73º56.94%28.24%-
XYZ4.153.931.84-
YUV55.59114.13139.71-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 46.45%
GREEN value IS 52 (20.70% from 255) = 33.55%
BLUE value IS 31 (12.5% from 255) = 20%
R=46.45%
G=33.55%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.57
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72523100.280.570.7230.7339.8120.2
Hex48341F01C39481f2814
Octal110643703471110375024
Binary10010001101001111101110011100110010001111110100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48341F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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