#473319

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

Shades of Clinker #473319

Tints of Clinker #473319

Color information

#473319 (or 0x473319) is unknown color: approx Clinker. HEX triplet: 47, 33 and 19. RGB value is (71,51,25). Sum of RGB (Red+Green+Blue) = 71+51+25=147 (19% of max value = 765). Red value is 71 (28.12% from 255 or 48.30% from 147); Green value is 51 (20.31% from 255 or 34.69% from 147); Blue value is 25 (10.16% from 255 or 17.01% from 147); Max value from RGB is 71 - color contains mainly: red. Hex color #473319 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473319 is #B8CCE6. Grayscale: #363636. Windows color (decimal): -12111079 or 1651527. OLE color: 1651527.

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

Color convert

RGB715125-
CMYK00.280.650.72
HSL33.91º47.92%18.82%-
HSV(B)33.91º64.79%27.84%-
XYZ3.963.781.44-
YUV54.02111.63140.11-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 48.30%
GREEN value IS 51 (20.31% from 255) = 34.69%
BLUE value IS 25 (10.16% from 255) = 17.01%
R=48.30%
G=34.69%
B=17.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.65
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71512500.280.650.7233.9147.9218.82
Hex47331901C4148223013
Octal1076331034101110426023
Binary1000111110011110010111001000001100100010001011000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473319; }

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

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

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

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

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

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

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

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