#483115

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

Shades of Clinker #483115

Tints of Clinker #483115

Color information

#483115 (or 0x483115) is unknown color: approx Clinker. HEX triplet: 48, 31 and 15. RGB value is (72,49,21). Sum of RGB (Red+Green+Blue) = 72+49+21=142 (18% of max value = 765). Red value is 72 (28.52% from 255 or 50.70% from 142); Green value is 49 (19.53% from 255 or 34.51% from 142); Blue value is 21 (8.59% from 255 or 14.79% from 142); Max value from RGB is 72 - color contains mainly: red. Hex color #483115 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483115 is #B7CEEA. Grayscale: #343434. Windows color (decimal): -12046059 or 1388872. OLE color: 1388872.

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

Color convert

RGB724921-
CMYK00.320.710.72
HSL32.94º54.84%18.24%-
HSV(B)32.94º70.83%28.24%-
XYZ3.913.631.2-
YUV52.68110.12141.78-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 50.70%
GREEN value IS 49 (19.53% from 255) = 34.51%
BLUE value IS 21 (8.59% from 255) = 14.79%
R=50.70%
G=34.51%
B=14.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.71
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72492100.320.710.7232.9454.8418.24
Hex4831150204748213712
Octal1106125040107110416722
Binary10010001100011010101000001000111100100010000111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483115; }

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

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

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

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

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

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

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

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