#48361C

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

Shades of Clinker #48361C

Tints of Clinker #48361C

Color information

#48361C (or 0x48361C) is unknown color: approx Clinker. HEX triplet: 48, 36 and 1C. RGB value is (72,54,28). Sum of RGB (Red+Green+Blue) = 72+54+28=154 (20% of max value = 765). Red value is 72 (28.52% from 255 or 46.75% from 154); Green value is 54 (21.48% from 255 or 35.06% from 154); Blue value is 28 (11.33% from 255 or 18.18% from 154); Max value from RGB is 72 - color contains mainly: red. Hex color #48361C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48361C is #B7C9E3. Grayscale: #383838. Windows color (decimal): -12044772 or 1848904. OLE color: 1848904.

HSL color Cylindrical-coordinate representation of color #48361C: hue angle of 35.45º 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 #48361C is Cyan = 0, Magento = 0.25, Yellow = 0.61 and Black (K on CMYK) = 0.72.

Color convert

RGB725428-
CMYK00.250.610.72
HSL35.45º44%19.61%-
HSV(B)35.45º61.11%28.24%-
XYZ4.24.11.67-
YUV56.42111.96139.11-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 46.75%
GREEN value IS 54 (21.48% from 255) = 35.06%
BLUE value IS 28 (11.33% from 255) = 18.18%
R=46.75%
G=35.06%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.61
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72542800.250.610.7235.454419.61
Hex48361C0193D48232c14
Octal110663403175110435424
Binary100100011011011100011001111101100100010001110110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48361C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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