#463723

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

Shades of Clinker #463723

Tints of Clinker #463723

Color information

#463723 (or 0x463723) is unknown color: approx Clinker. HEX triplet: 46, 37 and 23. RGB value is (70,55,35). Sum of RGB (Red+Green+Blue) = 70+55+35=160 (21% of max value = 765). Red value is 70 (27.73% from 255 or 43.75% from 160); Green value is 55 (21.88% from 255 or 34.38% from 160); Blue value is 35 (14.06% from 255 or 21.88% from 160); Max value from RGB is 70 - color contains mainly: red. Hex color #463723 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463723 is #B9C8DC. Grayscale: #393939. Windows color (decimal): -12175581 or 2307910. OLE color: 2307910.

HSL color Cylindrical-coordinate representation of color #463723: hue angle of 34.29º degrees, saturation: 0.33, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #463723 is Cyan = 0, Magento = 0.21, Yellow = 0.5 and Black (K on CMYK) = 0.73.

Color convert

RGB705535-
CMYK00.210.50.73
HSL34.29º33.33%20.59%-
HSV(B)34.29º50%27.45%-
XYZ4.24.162.17-
YUV57.2115.47137.13-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 43.75%
GREEN value IS 55 (21.88% from 255) = 34.38%
BLUE value IS 35 (14.06% from 255) = 21.88%
R=43.75%
G=34.38%
B=21.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.5
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70553500.210.50.7334.2933.3320.59
Hex4637230153249222115
Octal106674302562111424125
Binary1000110110111100011010101110010100100110001010000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463723

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463723; }

 p { color: rgb(70,55,35); }

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

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

 a { background-color: rgb(70,55,35); }

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

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

 span { border-color: rgb(70,55,35); }

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