#48310C

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

Shades of Clinker #48310C

Tints of Clinker #48310C

Color information

#48310C (or 0x48310C) is unknown color: approx Clinker. HEX triplet: 48, 31 and 0C. RGB value is (72,49,12). Sum of RGB (Red+Green+Blue) = 72+49+12=133 (17% of max value = 765). Red value is 72 (28.52% from 255 or 54.14% from 133); Green value is 49 (19.53% from 255 or 36.84% from 133); Blue value is 12 (5.08% from 255 or 9.02% from 133); Max value from RGB is 72 - color contains mainly: red. Hex color #48310C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #48310C is #B7CEF3. Grayscale: #333333. Windows color (decimal): -12046068 or 799048. OLE color: 799048.

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

Color convert

RGB724912-
CMYK00.320.830.72
HSL37º71.43%16.47%-
HSV(B)37º83.33%28.24%-
XYZ3.843.60.84-
YUV51.66105.62142.51-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 54.14%
GREEN value IS 49 (19.53% from 255) = 36.84%
BLUE value IS 12 (5.08% from 255) = 9.02%
R=54.14%
G=36.84%
B=9.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.83
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72491200.320.830.723771.4316.47
Hex4831C0205348254710
Octal11061140401231104510720
Binary10010001100011100010000010100111001000100101100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48310C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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