#483315

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

Shades of Clinker #483315

Tints of Clinker #483315

Color information

#483315 (or 0x483315) is unknown color: approx Clinker. HEX triplet: 48, 33 and 15. RGB value is (72,51,21). Sum of RGB (Red+Green+Blue) = 72+51+21=144 (19% of max value = 765). Red value is 72 (28.52% from 255 or 50% from 144); Green value is 51 (20.31% from 255 or 35.42% from 144); Blue value is 21 (8.59% from 255 or 14.58% from 144); Max value from RGB is 72 - color contains mainly: red. Hex color #483315 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483315 is #B7CCEA. Grayscale: #363636. Windows color (decimal): -12045547 or 1389384. OLE color: 1389384.

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

Color convert

RGB725121-
CMYK00.290.710.72
HSL35.29º54.84%18.24%-
HSV(B)35.29º70.83%28.24%-
XYZ3.993.81.23-
YUV53.86109.46140.94-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 50%
GREEN value IS 51 (20.31% from 255) = 35.42%
BLUE value IS 21 (8.59% from 255) = 14.58%
R=50%
G=35.42%
B=14.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.71
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72512100.290.710.7235.2954.8418.24
Hex48331501D4748233712
Octal1106325035107110436722
Binary1001000110011101010111011000111100100010001111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483315; }

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

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

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

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

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

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

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

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