#473019

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

Shades of Clinker #473019

Tints of Clinker #473019

Color information

#473019 (or 0x473019) is unknown color: approx Clinker. HEX triplet: 47, 30 and 19. RGB value is (71,48,25). Sum of RGB (Red+Green+Blue) = 71+48+25=144 (19% of max value = 765). Red value is 71 (28.12% from 255 or 49.31% from 144); Green value is 48 (19.14% from 255 or 33.33% from 144); Blue value is 25 (10.16% from 255 or 17.36% from 144); Max value from RGB is 71 - color contains mainly: red. Hex color #473019 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473019 is #B8CFE6. Grayscale: #343434. Windows color (decimal): -12111847 or 1650759. OLE color: 1650759.

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

Color convert

RGB714825-
CMYK00.320.650.72
HSL30º47.92%18.82%-
HSV(B)30º64.79%27.84%-
XYZ3.833.521.4-
YUV52.26112.62141.37-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 49.31%
GREEN value IS 48 (19.14% from 255) = 33.33%
BLUE value IS 25 (10.16% from 255) = 17.36%
R=49.31%
G=33.33%
B=17.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.65
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71482500.320.650.723047.9218.82
Hex47301902041481e3013
Octal1076031040101110366023
Binary1000111110000110010100000100000110010001111011000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473019; }

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

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

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

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

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

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

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

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