#483014

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

Shades of Clinker #483014

Tints of Clinker #483014

Color information

#483014 (or 0x483014) is unknown color: approx Clinker. HEX triplet: 48, 30 and 14. RGB value is (72,48,20). Sum of RGB (Red+Green+Blue) = 72+48+20=140 (18% of max value = 765). Red value is 72 (28.52% from 255 or 51.43% from 140); Green value is 48 (19.14% from 255 or 34.29% from 140); Blue value is 20 (8.20% from 255 or 14.29% from 140); Max value from RGB is 72 - color contains mainly: red. Hex color #483014 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483014 is #B7CFEB. Grayscale: #343434. Windows color (decimal): -12046316 or 1323080. OLE color: 1323080.

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

Color convert

RGB724820-
CMYK00.330.720.72
HSL32.31º56.52%18.04%-
HSV(B)32.31º72.22%28.24%-
XYZ3.863.541.14-
YUV51.98109.95142.28-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 51.43%
GREEN value IS 48 (19.14% from 255) = 34.29%
BLUE value IS 20 (8.20% from 255) = 14.29%
R=51.43%
G=34.29%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.72
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72482000.330.720.7232.3156.5218.04
Hex4830140214848203912
Octal1106024041110110407122
Binary10010001100001010001000011001000100100010000011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483014; }

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

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

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

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

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

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

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

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