#473320

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

Shades of Clinker #473320

Tints of Clinker #473320

Color information

#473320 (or 0x473320) is unknown color: approx Clinker. HEX triplet: 47, 33 and 20. RGB value is (71,51,32). Sum of RGB (Red+Green+Blue) = 71+51+32=154 (20% of max value = 765). Red value is 71 (28.12% from 255 or 46.10% from 154); Green value is 51 (20.31% from 255 or 33.12% from 154); Blue value is 32 (12.89% from 255 or 20.78% from 154); Max value from RGB is 71 - color contains mainly: red. Hex color #473320 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473320 is #B8CCDF. Grayscale: #363636. Windows color (decimal): -12111072 or 2110279. OLE color: 2110279.

HSL color Cylindrical-coordinate representation of color #473320: hue angle of 29.23º degrees, saturation: 0.38, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #473320 is Cyan = 0, Magento = 0.28, Yellow = 0.55 and Black (K on CMYK) = 0.72.

Color convert

RGB715132-
CMYK00.280.550.72
HSL29.23º37.86%20.2%-
HSV(B)29.23º54.93%27.84%-
XYZ4.043.811.89-
YUV54.81115.13139.54-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 46.10%
GREEN value IS 51 (20.31% from 255) = 33.12%
BLUE value IS 32 (12.89% from 255) = 20.78%
R=46.10%
G=33.12%
B=20.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.55
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71513200.280.550.7229.2337.8620.2
Hex47332001C37481d2614
Octal107634003467110354624
Binary100011111001110000001110011011110010001110110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473320; }

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

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

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

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

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

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

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

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