#483615

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

Shades of Clinker #483615

Tints of Clinker #483615

Color information

#483615 (or 0x483615) is unknown color: approx Clinker. HEX triplet: 48, 36 and 15. RGB value is (72,54,21). Sum of RGB (Red+Green+Blue) = 72+54+21=147 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48.98% from 147); Green value is 54 (21.48% from 255 or 36.73% from 147); Blue value is 21 (8.59% from 255 or 14.29% from 147); Max value from RGB is 72 - color contains mainly: red. Hex color #483615 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483615 is #B7C9EA. Grayscale: #373737. Windows color (decimal): -12044779 or 1390152. OLE color: 1390152.

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

Color convert

RGB725421-
CMYK00.250.710.72
HSL38.82º54.84%18.24%-
HSV(B)38.82º70.83%28.24%-
XYZ4.134.071.28-
YUV55.62108.46139.68-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 48.98%
GREEN value IS 54 (21.48% from 255) = 36.73%
BLUE value IS 21 (8.59% from 255) = 14.29%
R=48.98%
G=36.73%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.71
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72542100.250.710.7238.8254.8418.24
Hex4836150194748273712
Octal1106625031107110476722
Binary1001000110110101010110011000111100100010011111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483615; }

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

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

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

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

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

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

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

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