#48341D

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

Shades of Clinker #48341D

Tints of Clinker #48341D

Color information

#48341D (or 0x48341D) is unknown color: approx Clinker. HEX triplet: 48, 34 and 1D. RGB value is (72,52,29). Sum of RGB (Red+Green+Blue) = 72+52+29=153 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.06% from 153); Green value is 52 (20.70% from 255 or 33.99% from 153); Blue value is 29 (11.72% from 255 or 18.95% from 153); Max value from RGB is 72 - color contains mainly: red. Hex color #48341D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48341D is #B7CBE2. Grayscale: #373737. Windows color (decimal): -12045283 or 1913928. OLE color: 1913928.

HSL color Cylindrical-coordinate representation of color #48341D: hue angle of 32.09º degrees, saturation: 0.43, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #48341D is Cyan = 0, Magento = 0.28, Yellow = 0.60 and Black (K on CMYK) = 0.72.

Color convert

RGB725229-
CMYK00.280.600.72
HSL32.09º42.57%19.8%-
HSV(B)32.09º59.72%28.24%-
XYZ4.123.921.7-
YUV55.36113.13139.87-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 47.06%
GREEN value IS 52 (20.70% from 255) = 33.99%
BLUE value IS 29 (11.72% from 255) = 18.95%
R=47.06%
G=33.99%
B=18.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.60
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72522900.280.600.7232.0942.5719.8
Hex48341D01C3C48202b14
Octal110643503474110405324
Binary100100011010011101011100111100100100010000010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48341D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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