#48321E

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

Shades of Clinker #48321E

Tints of Clinker #48321E

Color information

#48321E (or 0x48321E) is unknown color: approx Clinker. HEX triplet: 48, 32 and 1E. RGB value is (72,50,30). Sum of RGB (Red+Green+Blue) = 72+50+30=152 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.37% from 152); Green value is 50 (19.92% from 255 or 32.89% from 152); Blue value is 30 (12.11% from 255 or 19.74% from 152); Max value from RGB is 72 - color contains mainly: red. Hex color #48321E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48321E is #B7CDE1. Grayscale: #363636. Windows color (decimal): -12045794 or 1978952. OLE color: 1978952.

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

Color convert

RGB725030-
CMYK00.310.580.72
HSL28.57º41.18%20%-
HSV(B)28.57º58.33%28.24%-
XYZ4.053.751.74-
YUV54.3114.29140.63-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 47.37%
GREEN value IS 50 (19.92% from 255) = 32.89%
BLUE value IS 30 (12.11% from 255) = 19.74%
R=47.37%
G=32.89%
B=19.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.58
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72503000.310.580.7228.5741.1820
Hex48321E01F3A481d2914
Octal110623603772110355124
Binary10010001100101111001111111101010010001110110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48321E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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