#463623

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

Shades of Clinker #463623

Tints of Clinker #463623

Color information

#463623 (or 0x463623) is unknown color: approx Clinker. HEX triplet: 46, 36 and 23. RGB value is (70,54,35). Sum of RGB (Red+Green+Blue) = 70+54+35=159 (21% of max value = 765). Red value is 70 (27.73% from 255 or 44.03% from 159); Green value is 54 (21.48% from 255 or 33.96% from 159); Blue value is 35 (14.06% from 255 or 22.01% from 159); Max value from RGB is 70 - color contains mainly: red. Hex color #463623 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463623 is #B9C9DC. Grayscale: #383838. Windows color (decimal): -12175837 or 2307654. OLE color: 2307654.

HSL color Cylindrical-coordinate representation of color #463623: hue angle of 32.57º 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 #463623 is Cyan = 0, Magento = 0.23, Yellow = 0.5 and Black (K on CMYK) = 0.73.

Color convert

RGB705435-
CMYK00.230.50.73
HSL32.57º33.33%20.59%-
HSV(B)32.57º50%27.45%-
XYZ4.154.062.16-
YUV56.62115.8137.54-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 44.03%
GREEN value IS 54 (21.48% from 255) = 33.96%
BLUE value IS 35 (14.06% from 255) = 22.01%
R=44.03%
G=33.96%
B=22.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.5
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70543500.230.50.7332.5733.3320.59
Hex4636230173249212115
Octal106664302762111414125
Binary1000110110110100011010111110010100100110000110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463623

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463623; }

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

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

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

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

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

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

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

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