#483015

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

Shades of Clinker #483015

Tints of Clinker #483015

Color information

#483015 (or 0x483015) is unknown color: approx Clinker. HEX triplet: 48, 30 and 15. RGB value is (72,48,21). Sum of RGB (Red+Green+Blue) = 72+48+21=141 (18% of max value = 765). Red value is 72 (28.52% from 255 or 51.06% from 141); Green value is 48 (19.14% from 255 or 34.04% from 141); Blue value is 21 (8.59% from 255 or 14.89% from 141); Max value from RGB is 72 - color contains mainly: red. Hex color #483015 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483015 is #B7CFEA. Grayscale: #343434. Windows color (decimal): -12046315 or 1388616. OLE color: 1388616.

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

Color convert

RGB724821-
CMYK00.330.710.72
HSL31.76º54.84%18.24%-
HSV(B)31.76º70.83%28.24%-
XYZ3.863.551.19-
YUV52.1110.45142.2-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 51.06%
GREEN value IS 48 (19.14% from 255) = 34.04%
BLUE value IS 21 (8.59% from 255) = 14.89%
R=51.06%
G=34.04%
B=14.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.71
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72482100.330.710.7231.7654.8418.24
Hex4830150214748203712
Octal1106025041107110406722
Binary10010001100001010101000011000111100100010000011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483015; }

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

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

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

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

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

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

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

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