#48320B

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

Shades of Clinker #48320B

Tints of Clinker #48320B

Color information

#48320B (or 0x48320B) is unknown color: approx Clinker. HEX triplet: 48, 32 and 0B. RGB value is (72,50,11). Sum of RGB (Red+Green+Blue) = 72+50+11=133 (17% of max value = 765). Red value is 72 (28.52% from 255 or 54.14% from 133); Green value is 50 (19.92% from 255 or 37.59% from 133); Blue value is 11 (4.69% from 255 or 8.27% from 133); Max value from RGB is 72 - color contains mainly: red. Hex color #48320B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #48320B is #B7CDF4. Grayscale: #343434. Windows color (decimal): -12045813 or 733768. OLE color: 733768.

HSL color Cylindrical-coordinate representation of color #48320B: hue angle of 38.36º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #48320B is Cyan = 0, Magento = 0.31, Yellow = 0.85 and Black (K on CMYK) = 0.72.

Color convert

RGB725011-
CMYK00.310.850.72
HSL38.36º73.49%16.27%-
HSV(B)38.36º84.72%28.24%-
XYZ3.873.680.82-
YUV52.13104.79142.17-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 54.14%
GREEN value IS 50 (19.92% from 255) = 37.59%
BLUE value IS 11 (4.69% from 255) = 8.27%
R=54.14%
G=37.59%
B=8.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.85
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72501100.310.850.7238.3673.4916.27
Hex4832B01F5548264910
Octal11062130371251104611120
Binary1001000110010101101111110101011001000100110100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48320B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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