#473418

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

Shades of Clinker #473418

Tints of Clinker #473418

Color information

#473418 (or 0x473418) is unknown color: approx Clinker. HEX triplet: 47, 34 and 18. RGB value is (71,52,24). Sum of RGB (Red+Green+Blue) = 71+52+24=147 (19% of max value = 765). Red value is 71 (28.12% from 255 or 48.30% from 147); Green value is 52 (20.70% from 255 or 35.37% from 147); Blue value is 24 (9.77% from 255 or 16.33% from 147); Max value from RGB is 71 - color contains mainly: red. Hex color #473418 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473418 is #B8CBE7. Grayscale: #363636. Windows color (decimal): -12110824 or 1586247. OLE color: 1586247.

HSL color Cylindrical-coordinate representation of color #473418: hue angle of 35.74º degrees, saturation: 0.49, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #473418 is Cyan = 0, Magento = 0.27, Yellow = 0.66 and Black (K on CMYK) = 0.72.

Color convert

RGB715224-
CMYK00.270.660.72
HSL35.74º49.47%18.63%-
HSV(B)35.74º66.2%27.84%-
XYZ3.993.861.4-
YUV54.49110.79139.78-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 48.30%
GREEN value IS 52 (20.70% from 255) = 35.37%
BLUE value IS 24 (9.77% from 255) = 16.33%
R=48.30%
G=35.37%
B=16.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.66
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71522400.270.660.7235.7449.4718.63
Hex47341801B4248243113
Octal1076430033102110446123
Binary1000111110100110000110111000010100100010010011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473418; }

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

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

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

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

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

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

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

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