#473311

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

Shades of Clinker #473311

Tints of Clinker #473311

Color information

#473311 (or 0x473311) is unknown color: approx Clinker. HEX triplet: 47, 33 and 11. RGB value is (71,51,17). Sum of RGB (Red+Green+Blue) = 71+51+17=139 (18% of max value = 765). Red value is 71 (28.12% from 255 or 51.08% from 139); Green value is 51 (20.31% from 255 or 36.69% from 139); Blue value is 17 (7.03% from 255 or 12.23% from 139); Max value from RGB is 71 - color contains mainly: red. Hex color #473311 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473311 is #B8CCEE. Grayscale: #353535. Windows color (decimal): -12111087 or 1127239. OLE color: 1127239.

HSL color Cylindrical-coordinate representation of color #473311: hue angle of 37.78º degrees, saturation: 0.61, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #473311 is Cyan = 0, Magento = 0.28, Yellow = 0.76 and Black (K on CMYK) = 0.72.

Color convert

RGB715117-
CMYK00.280.760.72
HSL37.78º61.36%17.25%-
HSV(B)37.78º76.06%27.84%-
XYZ3.883.751.05-
YUV53.1107.63140.76-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 51.08%
GREEN value IS 51 (20.31% from 255) = 36.69%
BLUE value IS 17 (7.03% from 255) = 12.23%
R=51.08%
G=36.69%
B=12.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.76
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71511700.280.760.7237.7861.3617.25
Hex47331101C4C48263d11
Octal1076321034114110467521
Binary1000111110011100010111001001100100100010011011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473311; }

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

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

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

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

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

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

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

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