#463621

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

Shades of Clinker #463621

Tints of Clinker #463621

Color information

#463621 (or 0x463621) is unknown color: approx Clinker. HEX triplet: 46, 36 and 21. RGB value is (70,54,33). Sum of RGB (Red+Green+Blue) = 70+54+33=157 (20% of max value = 765). Red value is 70 (27.73% from 255 or 44.59% from 157); Green value is 54 (21.48% from 255 or 34.39% from 157); Blue value is 33 (13.28% from 255 or 21.02% from 157); Max value from RGB is 70 - color contains mainly: red. Hex color #463621 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463621 is #B9C9DE. Grayscale: #383838. Windows color (decimal): -12175839 or 2176582. OLE color: 2176582.

HSL color Cylindrical-coordinate representation of color #463621: hue angle of 34.05º degrees, saturation: 0.36, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #463621 is Cyan = 0, Magento = 0.23, Yellow = 0.53 and Black (K on CMYK) = 0.73.

Color convert

RGB705433-
CMYK00.230.530.73
HSL34.05º35.92%20.2%-
HSV(B)34.05º52.86%27.45%-
XYZ4.124.052-
YUV56.39114.8137.71-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 44.59%
GREEN value IS 54 (21.48% from 255) = 34.39%
BLUE value IS 33 (13.28% from 255) = 21.02%
R=44.59%
G=34.39%
B=21.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.53
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70543300.230.530.7334.0535.9220.2
Hex4636210173549222414
Octal106664102765111424424
Binary1000110110110100001010111110101100100110001010010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463621; }

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

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

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

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

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

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

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

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