#473828

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

Shades of Clinker #473828

Tints of Clinker #473828

Color information

#473828 (or 0x473828) is unknown color: approx Clinker. HEX triplet: 47, 38 and 28. RGB value is (71,56,40). Sum of RGB (Red+Green+Blue) = 71+56+40=167 (22% of max value = 765). Red value is 71 (28.12% from 255 or 42.51% from 167); Green value is 56 (22.27% from 255 or 33.53% from 167); Blue value is 40 (16.02% from 255 or 23.95% from 167); Max value from RGB is 71 - color contains mainly: red. Hex color #473828 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473828 is #B8C7D7. Grayscale: #3A3A3A. Windows color (decimal): -12109784 or 2635847. OLE color: 2635847.

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

Color convert

RGB715640-
CMYK00.210.440.72
HSL30.97º27.93%21.76%-
HSV(B)30.97º43.66%27.84%-
XYZ4.44.322.61-
YUV58.66117.47136.8-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 42.51%
GREEN value IS 56 (22.27% from 255) = 33.53%
BLUE value IS 40 (16.02% from 255) = 23.95%
R=42.51%
G=33.53%
B=23.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.44
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71564000.210.440.7230.9727.9321.76
Hex4738280152C481f1c16
Octal107705002554110373426
Binary10001111110001010000101011011001001000111111110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473828; }

 p { color: rgb(71,56,40); }

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

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

 a { background-color: rgb(71,56,40); }

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

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

 span { border-color: rgb(71,56,40); }

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