#48320F

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

Shades of Clinker #48320F

Tints of Clinker #48320F

Color information

#48320F (or 0x48320F) is unknown color: approx Clinker. HEX triplet: 48, 32 and 0F. RGB value is (72,50,15). Sum of RGB (Red+Green+Blue) = 72+50+15=137 (18% of max value = 765). Red value is 72 (28.52% from 255 or 52.55% from 137); Green value is 50 (19.92% from 255 or 36.50% from 137); Blue value is 15 (6.25% from 255 or 10.95% from 137); Max value from RGB is 72 - color contains mainly: red. Hex color #48320F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #48320F is #B7CDF0. Grayscale: #343434. Windows color (decimal): -12045809 or 995912. OLE color: 995912.

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

Color convert

RGB725015-
CMYK00.310.790.72
HSL36.84º65.52%17.06%-
HSV(B)36.84º79.17%28.24%-
XYZ3.93.690.96-
YUV52.59106.79141.85-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 52.55%
GREEN value IS 50 (19.92% from 255) = 36.50%
BLUE value IS 15 (6.25% from 255) = 10.95%
R=52.55%
G=36.50%
B=10.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.79
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72501500.310.790.7236.8465.5217.06
Hex4832F01F4F48254211
Octal11062170371171104510221
Binary1001000110010111101111110011111001000100101100001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48320F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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