#473315

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

Shades of Clinker #473315

Tints of Clinker #473315

Color information

#473315 (or 0x473315) is unknown color: approx Clinker. HEX triplet: 47, 33 and 15. RGB value is (71,51,21). Sum of RGB (Red+Green+Blue) = 71+51+21=143 (18% of max value = 765). Red value is 71 (28.12% from 255 or 49.65% from 143); Green value is 51 (20.31% from 255 or 35.66% from 143); Blue value is 21 (8.59% from 255 or 14.69% from 143); Max value from RGB is 71 - color contains mainly: red. Hex color #473315 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473315 is #B8CCEA. Grayscale: #353535. Windows color (decimal): -12111083 or 1389383. OLE color: 1389383.

HSL color Cylindrical-coordinate representation of color #473315: hue angle of 36º degrees, saturation: 0.54, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #473315 is Cyan = 0, Magento = 0.28, Yellow = 0.70 and Black (K on CMYK) = 0.72.

Color convert

RGB715121-
CMYK00.280.700.72
HSL36º54.35%18.04%-
HSV(B)36º70.42%27.84%-
XYZ3.923.761.23-
YUV53.56109.63140.44-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 49.65%
GREEN value IS 51 (20.31% from 255) = 35.66%
BLUE value IS 21 (8.59% from 255) = 14.69%
R=49.65%
G=35.66%
B=14.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.70
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71512100.280.700.723654.3518.04
Hex47331501C4648243612
Octal1076325034106110446622
Binary1000111110011101010111001000110100100010010011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473315; }

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

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

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

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

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

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

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

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