#473219

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

Shades of Clinker #473219

Tints of Clinker #473219

Color information

#473219 (or 0x473219) is unknown color: approx Clinker. HEX triplet: 47, 32 and 19. RGB value is (71,50,25). Sum of RGB (Red+Green+Blue) = 71+50+25=146 (19% of max value = 765). Red value is 71 (28.12% from 255 or 48.63% from 146); Green value is 50 (19.92% from 255 or 34.25% from 146); Blue value is 25 (10.16% from 255 or 17.12% from 146); Max value from RGB is 71 - color contains mainly: red. Hex color #473219 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473219 is #B8CDE6. Grayscale: #353535. Windows color (decimal): -12111335 or 1651271. OLE color: 1651271.

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

Color convert

RGB715025-
CMYK00.300.650.72
HSL32.61º47.92%18.82%-
HSV(B)32.61º64.79%27.84%-
XYZ3.913.691.43-
YUV53.43111.96140.53-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 48.63%
GREEN value IS 50 (19.92% from 255) = 34.25%
BLUE value IS 25 (10.16% from 255) = 17.12%
R=48.63%
G=34.25%
B=17.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.65
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71502500.300.650.7232.6147.9218.82
Hex47321901E4148213013
Octal1076231036101110416023
Binary1000111110010110010111101000001100100010000111000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473219; }

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

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

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

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

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

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

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

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