#48310D

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

Shades of Clinker #48310D

Tints of Clinker #48310D

Color information

#48310D (or 0x48310D) is unknown color: approx Clinker. HEX triplet: 48, 31 and 0D. RGB value is (72,49,13). Sum of RGB (Red+Green+Blue) = 72+49+13=134 (17% of max value = 765). Red value is 72 (28.52% from 255 or 53.73% from 134); Green value is 49 (19.53% from 255 or 36.57% from 134); Blue value is 13 (5.47% from 255 or 9.70% from 134); Max value from RGB is 72 - color contains mainly: red. Hex color #48310D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #48310D is #B7CEF2. Grayscale: #333333. Windows color (decimal): -12046067 or 864584. OLE color: 864584.

HSL color Cylindrical-coordinate representation of color #48310D: hue angle of 36.61º degrees, saturation: 0.69, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #48310D is Cyan = 0, Magento = 0.32, Yellow = 0.82 and Black (K on CMYK) = 0.72.

Color convert

RGB724913-
CMYK00.320.820.72
HSL36.61º69.41%16.67%-
HSV(B)36.61º81.94%28.24%-
XYZ3.843.60.87-
YUV51.77106.12142.43-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 53.73%
GREEN value IS 49 (19.53% from 255) = 36.57%
BLUE value IS 13 (5.47% from 255) = 9.70%
R=53.73%
G=36.57%
B=9.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.82
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72491300.320.820.7236.6169.4116.67
Hex4831D0205248254511
Octal11061150401221104510521
Binary10010001100011101010000010100101001000100101100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48310D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48310D; }

 p { color: rgb(72,49,13); }

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

<style>
 a { background-color: #48310D; }

 a { background-color: rgb(72,49,13); }

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

<style>
 span { border-color: #48310D; }

 span { border-color: rgb(72,49,13); }

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