#473119

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

Shades of Clinker #473119

Tints of Clinker #473119

Color information

#473119 (or 0x473119) is unknown color: approx Clinker. HEX triplet: 47, 31 and 19. RGB value is (71,49,25). Sum of RGB (Red+Green+Blue) = 71+49+25=145 (19% of max value = 765). Red value is 71 (28.12% from 255 or 48.97% from 145); Green value is 49 (19.53% from 255 or 33.79% from 145); Blue value is 25 (10.16% from 255 or 17.24% from 145); Max value from RGB is 71 - color contains mainly: red. Hex color #473119 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473119 is #B8CEE6. Grayscale: #343434. Windows color (decimal): -12111591 or 1651015. OLE color: 1651015.

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

Color convert

RGB714925-
CMYK00.310.650.72
HSL31.3º47.92%18.82%-
HSV(B)31.3º64.79%27.84%-
XYZ3.873.611.41-
YUV52.84112.29140.95-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 48.97%
GREEN value IS 49 (19.53% from 255) = 33.79%
BLUE value IS 25 (10.16% from 255) = 17.24%
R=48.97%
G=33.79%
B=17.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.65
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71492500.310.650.7231.347.9218.82
Hex47311901F41481f3013
Octal1076131037101110376023
Binary100011111000111001011111100000110010001111111000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473119; }

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

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

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

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

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

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

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

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