#473010

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

Shades of Clinker #473010

Tints of Clinker #473010

Color information

#473010 (or 0x473010) is unknown color: approx Clinker. HEX triplet: 47, 30 and 10. RGB value is (71,48,16). Sum of RGB (Red+Green+Blue) = 71+48+16=135 (17% of max value = 765). Red value is 71 (28.12% from 255 or 52.59% from 135); Green value is 48 (19.14% from 255 or 35.56% from 135); Blue value is 16 (6.64% from 255 or 11.85% from 135); Max value from RGB is 71 - color contains mainly: red. Hex color #473010 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473010 is #B8CFEF. Grayscale: #333333. Windows color (decimal): -12111856 or 1060935. OLE color: 1060935.

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

Color convert

RGB714816-
CMYK00.320.770.72
HSL34.91º63.22%17.06%-
HSV(B)34.91º77.46%27.84%-
XYZ3.753.490.97-
YUV51.23108.12142.1-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 52.59%
GREEN value IS 48 (19.14% from 255) = 35.56%
BLUE value IS 16 (6.64% from 255) = 11.85%
R=52.59%
G=35.56%
B=11.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.77
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71481600.320.770.7234.9163.2217.06
Hex4730100204D48233f11
Octal1076020040115110437721
Binary10001111100001000001000001001101100100010001111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473010; }

 p { color: rgb(71,48,16); }

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

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

 a { background-color: rgb(71,48,16); }

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

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

 span { border-color: rgb(71,48,16); }

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