#48341C

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

Shades of Clinker #48341C

Tints of Clinker #48341C

Color information

#48341C (or 0x48341C) is unknown color: approx Clinker. HEX triplet: 48, 34 and 1C. RGB value is (72,52,28). Sum of RGB (Red+Green+Blue) = 72+52+28=152 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.37% from 152); Green value is 52 (20.70% from 255 or 34.21% from 152); Blue value is 28 (11.33% from 255 or 18.42% from 152); Max value from RGB is 72 - color contains mainly: red. Hex color #48341C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48341C is #B7CBE3. Grayscale: #373737. Windows color (decimal): -12045284 or 1848392. OLE color: 1848392.

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

Color convert

RGB725228-
CMYK00.280.610.72
HSL32.73º44%19.61%-
HSV(B)32.73º61.11%28.24%-
XYZ4.113.921.64-
YUV55.24112.63139.95-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 47.37%
GREEN value IS 52 (20.70% from 255) = 34.21%
BLUE value IS 28 (11.33% from 255) = 18.42%
R=47.37%
G=34.21%
B=18.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.61
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72522800.280.610.7232.734419.61
Hex48341C01C3D48212c14
Octal110643403475110415424
Binary100100011010011100011100111101100100010000110110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48341C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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