#473928

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

Shades of Clinker #473928

Tints of Clinker #473928

Color information

#473928 (or 0x473928) is unknown color: approx Clinker. HEX triplet: 47, 39 and 28. RGB value is (71,57,40). Sum of RGB (Red+Green+Blue) = 71+57+40=168 (22% of max value = 765). Red value is 71 (28.12% from 255 or 42.26% from 168); Green value is 57 (22.66% from 255 or 33.93% from 168); Blue value is 40 (16.02% from 255 or 23.81% from 168); Max value from RGB is 71 - color contains mainly: red. Hex color #473928 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473928 is #B8C6D7. Grayscale: #3B3B3B. Windows color (decimal): -12109528 or 2636103. OLE color: 2636103.

HSL color Cylindrical-coordinate representation of color #473928: hue angle of 32.9º 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 #473928 is Cyan = 0, Magento = 0.20, Yellow = 0.44 and Black (K on CMYK) = 0.72.

Color convert

RGB715740-
CMYK00.200.440.72
HSL32.9º27.93%21.76%-
HSV(B)32.9º43.66%27.84%-
XYZ4.444.422.63-
YUV59.25117.14136.38-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 42.26%
GREEN value IS 57 (22.66% from 255) = 33.93%
BLUE value IS 40 (16.02% from 255) = 23.81%
R=42.26%
G=33.93%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.44
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71574000.200.440.7232.927.9321.76
Hex4739280142C48211c16
Octal107715002454110413426
Binary100011111100110100001010010110010010001000011110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473928; }

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

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

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

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

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

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

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

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