#48310A

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

Shades of Clinker #48310A

Tints of Clinker #48310A

Color information

#48310A (or 0x48310A) is unknown color: approx Clinker. HEX triplet: 48, 31 and 0A. RGB value is (72,49,10). Sum of RGB (Red+Green+Blue) = 72+49+10=131 (17% of max value = 765). Red value is 72 (28.52% from 255 or 54.96% from 131); Green value is 49 (19.53% from 255 or 37.40% from 131); Blue value is 10 (4.30% from 255 or 7.63% from 131); Max value from RGB is 72 - color contains mainly: red. Hex color #48310A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #48310A is #B7CEF5. Grayscale: #333333. Windows color (decimal): -12046070 or 667976. OLE color: 667976.

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

Color convert

RGB724910-
CMYK00.320.860.72
HSL37.74º75.61%16.08%-
HSV(B)37.74º86.11%28.24%-
XYZ3.833.60.78-
YUV51.43104.62142.67-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 54.96%
GREEN value IS 49 (19.53% from 255) = 37.40%
BLUE value IS 10 (4.30% from 255) = 7.63%
R=54.96%
G=37.40%
B=7.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.86
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72491000.320.860.7237.7475.6116.08
Hex4831A0205648264c10
Octal11061120401261104611420
Binary10010001100011010010000010101101001000100110100110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48310A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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