#473524

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

Shades of Clinker #473524

Tints of Clinker #473524

Color information

#473524 (or 0x473524) is unknown color: approx Clinker. HEX triplet: 47, 35 and 24. RGB value is (71,53,36). Sum of RGB (Red+Green+Blue) = 71+53+36=160 (21% of max value = 765). Red value is 71 (28.12% from 255 or 44.38% from 160); Green value is 53 (21.09% from 255 or 33.12% from 160); Blue value is 36 (14.45% from 255 or 22.5% from 160); Max value from RGB is 71 - color contains mainly: red. Hex color #473524 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473524 is #B8CADB. Grayscale: #383838. Windows color (decimal): -12110556 or 2372935. OLE color: 2372935.

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

Color convert

RGB715336-
CMYK00.250.490.72
HSL29.14º32.71%20.98%-
HSV(B)29.14º49.3%27.84%-
XYZ4.194.012.22-
YUV56.44116.46138.38-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 44.38%
GREEN value IS 53 (21.09% from 255) = 33.12%
BLUE value IS 36 (14.45% from 255) = 22.5%
R=44.38%
G=33.12%
B=22.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.49
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71533600.250.490.7229.1432.7120.98
Hex47352401931481d2115
Octal107654403161110354125
Binary100011111010110010001100111000110010001110110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473524; }

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

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

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

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

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

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

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

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