#48300B

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

Shades of Clinker #48300B

Tints of Clinker #48300B

Color information

#48300B (or 0x48300B) is unknown color: approx Clinker. HEX triplet: 48, 30 and 0B. RGB value is (72,48,11). Sum of RGB (Red+Green+Blue) = 72+48+11=131 (17% of max value = 765). Red value is 72 (28.52% from 255 or 54.96% from 131); Green value is 48 (19.14% from 255 or 36.64% from 131); Blue value is 11 (4.69% from 255 or 8.40% from 131); Max value from RGB is 72 - color contains mainly: red. Hex color #48300B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #48300B is #B7CFF4. Grayscale: #333333. Windows color (decimal): -12046325 or 733256. OLE color: 733256.

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

Color convert

RGB724811-
CMYK00.330.850.72
HSL36.39º73.49%16.27%-
HSV(B)36.39º84.72%28.24%-
XYZ3.793.520.8-
YUV50.96105.45143.01-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 54.96%
GREEN value IS 48 (19.14% from 255) = 36.64%
BLUE value IS 11 (4.69% from 255) = 8.40%
R=54.96%
G=36.64%
B=8.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.85
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72481100.330.850.7236.3973.4916.27
Hex4830B0215548244910
Octal11060130411251104411120
Binary10010001100001011010000110101011001000100100100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48300B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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