#463923

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

Shades of Clinker #463923

Tints of Clinker #463923

Color information

#463923 (or 0x463923) is unknown color: approx Clinker. HEX triplet: 46, 39 and 23. RGB value is (70,57,35). Sum of RGB (Red+Green+Blue) = 70+57+35=162 (21% of max value = 765). Red value is 70 (27.73% from 255 or 43.21% from 162); Green value is 57 (22.66% from 255 or 35.19% from 162); Blue value is 35 (14.06% from 255 or 21.60% from 162); Max value from RGB is 70 - color contains mainly: red. Hex color #463923 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463923 is #B9C6DC. Grayscale: #3A3A3A. Windows color (decimal): -12175069 or 2308422. OLE color: 2308422.

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

Color convert

RGB705735-
CMYK00.190.50.73
HSL37.71º33.33%20.59%-
HSV(B)37.71º50%27.45%-
XYZ4.294.352.2-
YUV58.38114.81136.29-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 43.21%
GREEN value IS 57 (22.66% from 255) = 35.19%
BLUE value IS 35 (14.06% from 255) = 21.60%
R=43.21%
G=35.19%
B=21.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.5
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70573500.190.50.7337.7133.3320.59
Hex4639230133249262115
Octal106714302362111464125
Binary1000110111001100011010011110010100100110011010000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463923

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463923; }

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

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

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

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

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

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

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

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