#48300A

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

Shades of Clinker #48300A

Tints of Clinker #48300A

Color information

#48300A (or 0x48300A) is unknown color: approx Clinker. HEX triplet: 48, 30 and 0A. RGB value is (72,48,10). Sum of RGB (Red+Green+Blue) = 72+48+10=130 (17% of max value = 765). Red value is 72 (28.52% from 255 or 55.38% from 130); Green value is 48 (19.14% from 255 or 36.92% from 130); Blue value is 10 (4.30% from 255 or 7.69% from 130); Max value from RGB is 72 - color contains mainly: red. Hex color #48300A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #48300A is #B7CFF5. Grayscale: #333333. Windows color (decimal): -12046326 or 667720. OLE color: 667720.

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

Color convert

RGB724810-
CMYK00.330.860.72
HSL36.77º75.61%16.08%-
HSV(B)36.77º86.11%28.24%-
XYZ3.783.510.77-
YUV50.84104.95143.09-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 55.38%
GREEN value IS 48 (19.14% from 255) = 36.92%
BLUE value IS 10 (4.30% from 255) = 7.69%
R=55.38%
G=36.92%
B=7.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.86
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72481000.330.860.7236.7775.6116.08
Hex4830A0215648254c10
Octal11060120411261104511420
Binary10010001100001010010000110101101001000100101100110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48300A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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