#48300F

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

Shades of Clinker #48300F

Tints of Clinker #48300F

Color information

#48300F (or 0x48300F) is unknown color: approx Clinker. HEX triplet: 48, 30 and 0F. RGB value is (72,48,15). Sum of RGB (Red+Green+Blue) = 72+48+15=135 (17% of max value = 765). Red value is 72 (28.52% from 255 or 53.33% from 135); Green value is 48 (19.14% from 255 or 35.56% from 135); Blue value is 15 (6.25% from 255 or 11.11% from 135); Max value from RGB is 72 - color contains mainly: red. Hex color #48300F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #48300F is #B7CFF0. Grayscale: #333333. Windows color (decimal): -12046321 or 995400. OLE color: 995400.

HSL color Cylindrical-coordinate representation of color #48300F: hue angle of 34.74º 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 #48300F is Cyan = 0, Magento = 0.33, Yellow = 0.79 and Black (K on CMYK) = 0.72.

Color convert

RGB724815-
CMYK00.330.790.72
HSL34.74º65.52%17.06%-
HSV(B)34.74º79.17%28.24%-
XYZ3.823.530.93-
YUV51.41107.45142.68-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 53.33%
GREEN value IS 48 (19.14% from 255) = 35.56%
BLUE value IS 15 (6.25% from 255) = 11.11%
R=53.33%
G=35.56%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.79
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72481500.330.790.7234.7465.5217.06
Hex4830F0214F48234211
Octal11060170411171104310221
Binary10010001100001111010000110011111001000100011100001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48300F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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