#473B27

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

Shades of Clinker #473B27

Tints of Clinker #473B27

Color information

#473B27 (or 0x473B27) is unknown color: approx Clinker. HEX triplet: 47, 3B and 27. RGB value is (71,59,39). Sum of RGB (Red+Green+Blue) = 71+59+39=169 (22% of max value = 765). Red value is 71 (28.12% from 255 or 42.01% from 169); Green value is 59 (23.44% from 255 or 34.91% from 169); Blue value is 39 (15.62% from 255 or 23.08% from 169); Max value from RGB is 71 - color contains mainly: red. Hex color #473B27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473B27 is #B8C4D8. Grayscale: #3C3C3C. Windows color (decimal): -12109017 or 2571079. OLE color: 2571079.

HSL color Cylindrical-coordinate representation of color #473B27: hue angle of 37.5º degrees, saturation: 0.29, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #473B27 is Cyan = 0, Magento = 0.17, Yellow = 0.45 and Black (K on CMYK) = 0.72.

Color convert

RGB715939-
CMYK00.170.450.72
HSL37.5º29.09%21.57%-
HSV(B)37.5º45.07%27.84%-
XYZ4.534.612.57-
YUV60.31115.98135.63-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 42.01%
GREEN value IS 59 (23.44% from 255) = 34.91%
BLUE value IS 39 (15.62% from 255) = 23.08%
R=42.01%
G=34.91%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.45
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71593900.170.450.7237.529.0921.57
Hex473B270112D48251d16
Octal107734702155110453526
Binary100011111101110011101000110110110010001001011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473B27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,59,39); }

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

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

 a { background-color: rgb(71,59,39); }

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

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

 span { border-color: rgb(71,59,39); }

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