#483316

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

Shades of Clinker #483316

Tints of Clinker #483316

Color information

#483316 (or 0x483316) is unknown color: approx Clinker. HEX triplet: 48, 33 and 16. RGB value is (72,51,22). Sum of RGB (Red+Green+Blue) = 72+51+22=145 (19% of max value = 765). Red value is 72 (28.52% from 255 or 49.66% from 145); Green value is 51 (20.31% from 255 or 35.17% from 145); Blue value is 22 (8.98% from 255 or 15.17% from 145); Max value from RGB is 72 - color contains mainly: red. Hex color #483316 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483316 is #B7CCE9. Grayscale: #363636. Windows color (decimal): -12045546 or 1454920. OLE color: 1454920.

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

Color convert

RGB725122-
CMYK00.290.690.72
HSL34.8º53.19%18.43%-
HSV(B)34.8º69.44%28.24%-
XYZ43.81.28-
YUV53.97109.96140.86-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 49.66%
GREEN value IS 51 (20.31% from 255) = 35.17%
BLUE value IS 22 (8.98% from 255) = 15.17%
R=49.66%
G=35.17%
B=15.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.69
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72512200.290.690.7234.853.1918.43
Hex48331601D4548233512
Octal1106326035105110436522
Binary1001000110011101100111011000101100100010001111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483316; }

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

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

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

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

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

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

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

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