#473419

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

Shades of Clinker #473419

Tints of Clinker #473419

Color information

#473419 (or 0x473419) is unknown color: approx Clinker. HEX triplet: 47, 34 and 19. RGB value is (71,52,25). Sum of RGB (Red+Green+Blue) = 71+52+25=148 (19% of max value = 765). Red value is 71 (28.12% from 255 or 47.97% from 148); Green value is 52 (20.70% from 255 or 35.14% from 148); Blue value is 25 (10.16% from 255 or 16.89% from 148); Max value from RGB is 71 - color contains mainly: red. Hex color #473419 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473419 is #B8CBE6. Grayscale: #363636. Windows color (decimal): -12110823 or 1651783. OLE color: 1651783.

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

Color convert

RGB715225-
CMYK00.270.650.72
HSL35.22º47.92%18.82%-
HSV(B)35.22º64.79%27.84%-
XYZ43.871.45-
YUV54.6111.29139.7-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 47.97%
GREEN value IS 52 (20.70% from 255) = 35.14%
BLUE value IS 25 (10.16% from 255) = 16.89%
R=47.97%
G=35.14%
B=16.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.65
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71522500.270.650.7235.2247.9218.82
Hex47341901B4148233013
Octal1076431033101110436023
Binary1000111110100110010110111000001100100010001111000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473419; }

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

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

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

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

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

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

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

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