#483616

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

Shades of Clinker #483616

Tints of Clinker #483616

Color information

#483616 (or 0x483616) is unknown color: approx Clinker. HEX triplet: 48, 36 and 16. RGB value is (72,54,22). Sum of RGB (Red+Green+Blue) = 72+54+22=148 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48.65% from 148); Green value is 54 (21.48% from 255 or 36.49% from 148); Blue value is 22 (8.98% from 255 or 14.86% from 148); Max value from RGB is 72 - color contains mainly: red. Hex color #483616 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483616 is #B7C9E9. Grayscale: #373737. Windows color (decimal): -12044778 or 1455688. OLE color: 1455688.

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

Color convert

RGB725422-
CMYK00.250.690.72
HSL38.4º53.19%18.43%-
HSV(B)38.4º69.44%28.24%-
XYZ4.144.071.33-
YUV55.73108.96139.6-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 48.65%
GREEN value IS 54 (21.48% from 255) = 36.49%
BLUE value IS 22 (8.98% from 255) = 14.86%
R=48.65%
G=36.49%
B=14.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.69
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72542200.250.690.7238.453.1918.43
Hex4836160194548263512
Octal1106626031105110466522
Binary1001000110110101100110011000101100100010011011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483616; }

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

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

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

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

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

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

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

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