#483114

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

Shades of Clinker #483114

Tints of Clinker #483114

Color information

#483114 (or 0x483114) is unknown color: approx Clinker. HEX triplet: 48, 31 and 14. RGB value is (72,49,20). Sum of RGB (Red+Green+Blue) = 72+49+20=141 (18% of max value = 765). Red value is 72 (28.52% from 255 or 51.06% from 141); Green value is 49 (19.53% from 255 or 34.75% from 141); Blue value is 20 (8.20% from 255 or 14.18% from 141); Max value from RGB is 72 - color contains mainly: red. Hex color #483114 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483114 is #B7CEEB. Grayscale: #343434. Windows color (decimal): -12046060 or 1323336. OLE color: 1323336.

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

Color convert

RGB724920-
CMYK00.320.720.72
HSL33.46º56.52%18.04%-
HSV(B)33.46º72.22%28.24%-
XYZ3.93.621.16-
YUV52.57109.62141.86-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 51.06%
GREEN value IS 49 (19.53% from 255) = 34.75%
BLUE value IS 20 (8.20% from 255) = 14.18%
R=51.06%
G=34.75%
B=14.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.72
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72492000.320.720.7233.4656.5218.04
Hex4831140204848213912
Octal1106124040110110417122
Binary10010001100011010001000001001000100100010000111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483114; }

 p { color: rgb(72,49,20); }

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

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

 a { background-color: rgb(72,49,20); }

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

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

 span { border-color: rgb(72,49,20); }

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