#473825

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

Shades of Clinker #473825

Tints of Clinker #473825

Color information

#473825 (or 0x473825) is unknown color: approx Clinker. HEX triplet: 47, 38 and 25. RGB value is (71,56,37). Sum of RGB (Red+Green+Blue) = 71+56+37=164 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.29% from 164); Green value is 56 (22.27% from 255 or 34.15% from 164); Blue value is 37 (14.84% from 255 or 22.56% from 164); Max value from RGB is 71 - color contains mainly: red. Hex color #473825 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473825 is #B8C7DA. Grayscale: #3A3A3A. Windows color (decimal): -12109787 or 2439239. OLE color: 2439239.

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

Color convert

RGB715637-
CMYK00.210.480.72
HSL33.53º31.48%21.18%-
HSV(B)33.53º47.89%27.84%-
XYZ4.354.32.35-
YUV58.32115.97137.04-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 43.29%
GREEN value IS 56 (22.27% from 255) = 34.15%
BLUE value IS 37 (14.84% from 255) = 22.56%
R=43.29%
G=34.15%
B=22.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.48
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71563700.210.480.7233.5331.4821.18
Hex4738250153048221f15
Octal107704502560110423725
Binary100011111100010010101010111000010010001000101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473825; }

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

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

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

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

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

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

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

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