#473013

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

Shades of Clinker #473013

Tints of Clinker #473013

Color information

#473013 (or 0x473013) is unknown color: approx Clinker. HEX triplet: 47, 30 and 13. RGB value is (71,48,19). Sum of RGB (Red+Green+Blue) = 71+48+19=138 (18% of max value = 765). Red value is 71 (28.12% from 255 or 51.45% from 138); Green value is 48 (19.14% from 255 or 34.78% from 138); Blue value is 19 (7.81% from 255 or 13.77% from 138); Max value from RGB is 71 - color contains mainly: red. Hex color #473013 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473013 is #B8CFEC. Grayscale: #333333. Windows color (decimal): -12111853 or 1257543. OLE color: 1257543.

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

Color convert

RGB714819-
CMYK00.320.730.72
HSL33.46º57.78%17.65%-
HSV(B)33.46º73.24%27.84%-
XYZ3.773.51.09-
YUV51.57109.62141.86-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 51.45%
GREEN value IS 48 (19.14% from 255) = 34.78%
BLUE value IS 19 (7.81% from 255) = 13.77%
R=51.45%
G=34.78%
B=13.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.73
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71481900.320.730.7233.4657.7817.65
Hex4730130204948213a12
Octal1076023040111110417222
Binary10001111100001001101000001001001100100010000111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473013; }

 p { color: rgb(71,48,19); }

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

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

 a { background-color: rgb(71,48,19); }

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

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

 span { border-color: rgb(71,48,19); }

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