#463823

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

Shades of Clinker #463823

Tints of Clinker #463823

Color information

#463823 (or 0x463823) is unknown color: approx Clinker. HEX triplet: 46, 38 and 23. RGB value is (70,56,35). Sum of RGB (Red+Green+Blue) = 70+56+35=161 (21% of max value = 765). Red value is 70 (27.73% from 255 or 43.48% from 161); Green value is 56 (22.27% from 255 or 34.78% from 161); Blue value is 35 (14.06% from 255 or 21.74% from 161); Max value from RGB is 70 - color contains mainly: red. Hex color #463823 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463823 is #B9C7DC. Grayscale: #393939. Windows color (decimal): -12175325 or 2308166. OLE color: 2308166.

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

Color convert

RGB705635-
CMYK00.200.50.73
HSL36º33.33%20.59%-
HSV(B)36º50%27.45%-
XYZ4.244.252.19-
YUV57.79115.14136.71-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 43.48%
GREEN value IS 56 (22.27% from 255) = 34.78%
BLUE value IS 35 (14.06% from 255) = 21.74%
R=43.48%
G=34.78%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.5
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70563500.200.50.733633.3320.59
Hex4638230143249242115
Octal106704302462111444125
Binary1000110111000100011010100110010100100110010010000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463823

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463823; }

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

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

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

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

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

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

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

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