#463423

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

Shades of Clinker #463423

Tints of Clinker #463423

Color information

#463423 (or 0x463423) is unknown color: approx Clinker. HEX triplet: 46, 34 and 23. RGB value is (70,52,35). Sum of RGB (Red+Green+Blue) = 70+52+35=157 (20% of max value = 765). Red value is 70 (27.73% from 255 or 44.59% from 157); Green value is 52 (20.70% from 255 or 33.12% from 157); Blue value is 35 (14.06% from 255 or 22.29% from 157); Max value from RGB is 70 - color contains mainly: red. Hex color #463423 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463423 is #B9CBDC. Grayscale: #373737. Windows color (decimal): -12176349 or 2307142. OLE color: 2307142.

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

Color convert

RGB705235-
CMYK00.260.50.73
HSL29.14º33.33%20.59%-
HSV(B)29.14º50%27.45%-
XYZ4.063.882.13-
YUV55.44116.46138.38-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 44.59%
GREEN value IS 52 (20.70% from 255) = 33.12%
BLUE value IS 35 (14.06% from 255) = 22.29%
R=44.59%
G=33.12%
B=22.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.5
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70523500.260.50.7329.1433.3320.59
Hex46342301A32491d2115
Octal106644303262111354125
Binary100011011010010001101101011001010010011110110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463423

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463423; }

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

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

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

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

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

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

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

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