#473312

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

Shades of Clinker #473312

Tints of Clinker #473312

Color information

#473312 (or 0x473312) is unknown color: approx Clinker. HEX triplet: 47, 33 and 12. RGB value is (71,51,18). Sum of RGB (Red+Green+Blue) = 71+51+18=140 (18% of max value = 765). Red value is 71 (28.12% from 255 or 50.71% from 140); Green value is 51 (20.31% from 255 or 36.43% from 140); Blue value is 18 (7.42% from 255 or 12.86% from 140); Max value from RGB is 71 - color contains mainly: red. Hex color #473312 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473312 is #B8CCED. Grayscale: #353535. Windows color (decimal): -12111086 or 1192775. OLE color: 1192775.

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

Color convert

RGB715118-
CMYK00.280.750.72
HSL37.36º59.55%17.45%-
HSV(B)37.36º74.65%27.84%-
XYZ3.893.751.09-
YUV53.22108.13140.68-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 50.71%
GREEN value IS 51 (20.31% from 255) = 36.43%
BLUE value IS 18 (7.42% from 255) = 12.86%
R=50.71%
G=36.43%
B=12.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.75
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71511800.280.750.7237.3659.5517.45
Hex47331201C4B48253c11
Octal1076322034113110457421
Binary1000111110011100100111001001011100100010010111110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473312; }

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

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

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

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

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

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

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

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