#473118

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

Shades of Clinker #473118

Tints of Clinker #473118

Color information

#473118 (or 0x473118) is unknown color: approx Clinker. HEX triplet: 47, 31 and 18. RGB value is (71,49,24). Sum of RGB (Red+Green+Blue) = 71+49+24=144 (19% of max value = 765). Red value is 71 (28.12% from 255 or 49.31% from 144); Green value is 49 (19.53% from 255 or 34.03% from 144); Blue value is 24 (9.77% from 255 or 16.67% from 144); Max value from RGB is 71 - color contains mainly: red. Hex color #473118 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473118 is #B8CEE7. Grayscale: #343434. Windows color (decimal): -12111592 or 1585479. OLE color: 1585479.

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

Color convert

RGB714924-
CMYK00.310.660.72
HSL31.91º49.47%18.63%-
HSV(B)31.91º66.2%27.84%-
XYZ3.863.61.36-
YUV52.73111.79141.03-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 49.31%
GREEN value IS 49 (19.53% from 255) = 34.03%
BLUE value IS 24 (9.77% from 255) = 16.67%
R=49.31%
G=34.03%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.66
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71492400.310.660.7231.9149.4718.63
Hex47311801F4248203113
Octal1076130037102110406123
Binary1000111110001110000111111000010100100010000011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473118; }

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

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

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

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

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

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

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

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