#48351B

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

Shades of Clinker #48351B

Tints of Clinker #48351B

Color information

#48351B (or 0x48351B) is unknown color: approx Clinker. HEX triplet: 48, 35 and 1B. RGB value is (72,53,27). Sum of RGB (Red+Green+Blue) = 72+53+27=152 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.37% from 152); Green value is 53 (21.09% from 255 or 34.87% from 152); Blue value is 27 (10.94% from 255 or 17.76% from 152); Max value from RGB is 72 - color contains mainly: red. Hex color #48351B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48351B is #B7CAE4. Grayscale: #373737. Windows color (decimal): -12045029 or 1783112. OLE color: 1783112.

HSL color Cylindrical-coordinate representation of color #48351B: hue angle of 34.67º degrees, saturation: 0.45, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #48351B is Cyan = 0, Magento = 0.26, Yellow = 0.62 and Black (K on CMYK) = 0.72.

Color convert

RGB725327-
CMYK00.260.620.72
HSL34.67º45.45%19.41%-
HSV(B)34.67º62.5%28.24%-
XYZ4.1441.59-
YUV55.72111.79139.61-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 47.37%
GREEN value IS 53 (21.09% from 255) = 34.87%
BLUE value IS 27 (10.94% from 255) = 17.76%
R=47.37%
G=34.87%
B=17.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.62
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72532700.260.620.7234.6745.4519.41
Hex48351B01A3E48232d13
Octal110653303276110435523
Binary100100011010111011011010111110100100010001110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48351B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48351B; }

 p { color: rgb(72,53,27); }

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

<style>
 a { background-color: #48351B; }

 a { background-color: rgb(72,53,27); }

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

<style>
 span { border-color: #48351B; }

 span { border-color: rgb(72,53,27); }

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