#473518

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

Shades of Clinker #473518

Tints of Clinker #473518

Color information

#473518 (or 0x473518) is unknown color: approx Clinker. HEX triplet: 47, 35 and 18. RGB value is (71,53,24). Sum of RGB (Red+Green+Blue) = 71+53+24=148 (19% of max value = 765). Red value is 71 (28.12% from 255 or 47.97% from 148); Green value is 53 (21.09% from 255 or 35.81% from 148); Blue value is 24 (9.77% from 255 or 16.22% from 148); Max value from RGB is 71 - color contains mainly: red. Hex color #473518 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473518 is #B8CAE7. Grayscale: #373737. Windows color (decimal): -12110568 or 1586503. OLE color: 1586503.

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

Color convert

RGB715324-
CMYK00.250.660.72
HSL37.02º49.47%18.63%-
HSV(B)37.02º66.2%27.84%-
XYZ4.043.951.41-
YUV55.08110.46139.36-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 47.97%
GREEN value IS 53 (21.09% from 255) = 35.81%
BLUE value IS 24 (9.77% from 255) = 16.22%
R=47.97%
G=35.81%
B=16.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.66
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71532400.250.660.7237.0249.4718.63
Hex4735180194248253113
Octal1076530031102110456123
Binary1000111110101110000110011000010100100010010111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473518; }

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

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

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

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

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

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

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

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