#473A23

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

Shades of Clinker #473A23

Tints of Clinker #473A23

Color information

#473A23 (or 0x473A23) is unknown color: approx Clinker. HEX triplet: 47, 3A and 23. RGB value is (71,58,35). Sum of RGB (Red+Green+Blue) = 71+58+35=164 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.29% from 164); Green value is 58 (23.05% from 255 or 35.37% from 164); Blue value is 35 (14.06% from 255 or 21.34% from 164); Max value from RGB is 71 - color contains mainly: red. Hex color #473A23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473A23 is #B8C5DC. Grayscale: #3B3B3B. Windows color (decimal): -12109277 or 2308679. OLE color: 2308679.

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

Color convert

RGB715835-
CMYK00.180.510.72
HSL38.33º33.96%20.78%-
HSV(B)38.33º50.7%27.84%-
XYZ4.414.492.22-
YUV59.26114.31136.37-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 43.29%
GREEN value IS 58 (23.05% from 255) = 35.37%
BLUE value IS 35 (14.06% from 255) = 21.34%
R=43.29%
G=35.37%
B=21.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.51
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71583500.180.510.7238.3333.9620.78
Hex473A230123348262215
Octal107724302263110464225
Binary1000111111010100011010010110011100100010011010001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473A23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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