#483215

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

Shades of Clinker #483215

Tints of Clinker #483215

Color information

#483215 (or 0x483215) is unknown color: approx Clinker. HEX triplet: 48, 32 and 15. RGB value is (72,50,21). Sum of RGB (Red+Green+Blue) = 72+50+21=143 (18% of max value = 765). Red value is 72 (28.52% from 255 or 50.35% from 143); Green value is 50 (19.92% from 255 or 34.97% from 143); Blue value is 21 (8.59% from 255 or 14.69% from 143); Max value from RGB is 72 - color contains mainly: red. Hex color #483215 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483215 is #B7CDEA. Grayscale: #353535. Windows color (decimal): -12045803 or 1389128. OLE color: 1389128.

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

Color convert

RGB725021-
CMYK00.310.710.72
HSL34.12º54.84%18.24%-
HSV(B)34.12º70.83%28.24%-
XYZ3.953.711.22-
YUV53.27109.79141.36-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 50.35%
GREEN value IS 50 (19.92% from 255) = 34.97%
BLUE value IS 21 (8.59% from 255) = 14.69%
R=50.35%
G=34.97%
B=14.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.71
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72502100.310.710.7234.1254.8418.24
Hex48321501F4748223712
Octal1106225037107110426722
Binary1001000110010101010111111000111100100010001011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483215; }

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

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

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

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

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

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

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

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