#473318

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

Shades of Clinker #473318

Tints of Clinker #473318

Color information

#473318 (or 0x473318) is unknown color: approx Clinker. HEX triplet: 47, 33 and 18. RGB value is (71,51,24). Sum of RGB (Red+Green+Blue) = 71+51+24=146 (19% of max value = 765). Red value is 71 (28.12% from 255 or 48.63% from 146); Green value is 51 (20.31% from 255 or 34.93% from 146); Blue value is 24 (9.77% from 255 or 16.44% from 146); Max value from RGB is 71 - color contains mainly: red. Hex color #473318 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473318 is #B8CCE7. Grayscale: #363636. Windows color (decimal): -12111080 or 1585991. OLE color: 1585991.

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

Color convert

RGB715124-
CMYK00.280.660.72
HSL34.47º49.47%18.63%-
HSV(B)34.47º66.2%27.84%-
XYZ3.953.771.38-
YUV53.9111.13140.2-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 48.63%
GREEN value IS 51 (20.31% from 255) = 34.93%
BLUE value IS 24 (9.77% from 255) = 16.44%
R=48.63%
G=34.93%
B=16.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.66
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71512400.280.660.7234.4749.4718.63
Hex47331801C4248223113
Octal1076330034102110426123
Binary1000111110011110000111001000010100100010001011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473318; }

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

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

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

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

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

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

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

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