#48320A

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

Shades of Clinker #48320A

Tints of Clinker #48320A

Color information

#48320A (or 0x48320A) is unknown color: approx Clinker. HEX triplet: 48, 32 and 0A. RGB value is (72,50,10). Sum of RGB (Red+Green+Blue) = 72+50+10=132 (17% of max value = 765). Red value is 72 (28.52% from 255 or 54.55% from 132); Green value is 50 (19.92% from 255 or 37.88% from 132); Blue value is 10 (4.30% from 255 or 7.58% from 132); Max value from RGB is 72 - color contains mainly: red. Hex color #48320A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #48320A is #B7CDF5. Grayscale: #343434. Windows color (decimal): -12045814 or 668232. OLE color: 668232.

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

Color convert

RGB725010-
CMYK00.310.860.72
HSL38.71º75.61%16.08%-
HSV(B)38.71º86.11%28.24%-
XYZ3.873.680.79-
YUV52.02104.29142.25-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 54.55%
GREEN value IS 50 (19.92% from 255) = 37.88%
BLUE value IS 10 (4.30% from 255) = 7.58%
R=54.55%
G=37.88%
B=7.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.86
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72501000.310.860.7238.7175.6116.08
Hex4832A01F5648274c10
Octal11062120371261104711420
Binary1001000110010101001111110101101001000100111100110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48320A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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