#473415

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

Shades of Clinker #473415

Tints of Clinker #473415

Color information

#473415 (or 0x473415) is unknown color: approx Clinker. HEX triplet: 47, 34 and 15. RGB value is (71,52,21). Sum of RGB (Red+Green+Blue) = 71+52+21=144 (19% of max value = 765). Red value is 71 (28.12% from 255 or 49.31% from 144); Green value is 52 (20.70% from 255 or 36.11% from 144); Blue value is 21 (8.59% from 255 or 14.58% from 144); Max value from RGB is 71 - color contains mainly: red. Hex color #473415 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473415 is #B8CBEA. Grayscale: #363636. Windows color (decimal): -12110827 or 1389639. OLE color: 1389639.

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

Color convert

RGB715221-
CMYK00.270.700.72
HSL37.2º54.35%18.04%-
HSV(B)37.2º70.42%27.84%-
XYZ3.963.851.24-
YUV54.15109.29140.02-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 49.31%
GREEN value IS 52 (20.70% from 255) = 36.11%
BLUE value IS 21 (8.59% from 255) = 14.58%
R=49.31%
G=36.11%
B=14.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.70
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71522100.270.700.7237.254.3518.04
Hex47341501B4648253612
Octal1076425033106110456622
Binary1000111110100101010110111000110100100010010111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473415; }

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

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

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

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

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

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

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

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