#473A26

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

Shades of Clinker #473A26

Tints of Clinker #473A26

Color information

#473A26 (or 0x473A26) is unknown color: approx Clinker. HEX triplet: 47, 3A and 26. RGB value is (71,58,38). Sum of RGB (Red+Green+Blue) = 71+58+38=167 (22% of max value = 765). Red value is 71 (28.12% from 255 or 42.51% from 167); Green value is 58 (23.05% from 255 or 34.73% from 167); Blue value is 38 (15.23% from 255 or 22.75% from 167); Max value from RGB is 71 - color contains mainly: red. Hex color #473A26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473A26 is #B8C5D9. Grayscale: #3B3B3B. Windows color (decimal): -12109274 or 2505287. OLE color: 2505287.

HSL color Cylindrical-coordinate representation of color #473A26: hue angle of 36.36º degrees, saturation: 0.3, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #473A26 is Cyan = 0, Magento = 0.18, Yellow = 0.46 and Black (K on CMYK) = 0.72.

Color convert

RGB715838-
CMYK00.180.460.72
HSL36.36º30.28%21.37%-
HSV(B)36.36º46.48%27.84%-
XYZ4.464.512.47-
YUV59.61115.81136.13-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 42.51%
GREEN value IS 58 (23.05% from 255) = 34.73%
BLUE value IS 38 (15.23% from 255) = 22.75%
R=42.51%
G=34.73%
B=22.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.46
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71583800.180.460.7236.3630.2821.37
Hex473A260122E48241e15
Octal107724602256110443625
Binary100011111101010011001001010111010010001001001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473A26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473A26; }

 p { color: rgb(71,58,38); }

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

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

 a { background-color: rgb(71,58,38); }

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

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

 span { border-color: rgb(71,58,38); }

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