#463017

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

Shades of Clinker #463017

Tints of Clinker #463017

Color information

#463017 (or 0x463017) is unknown color: approx Clinker. HEX triplet: 46, 30 and 17. RGB value is (70,48,23). Sum of RGB (Red+Green+Blue) = 70+48+23=141 (18% of max value = 765). Red value is 70 (27.73% from 255 or 49.65% from 141); Green value is 48 (19.14% from 255 or 34.04% from 141); Blue value is 23 (9.38% from 255 or 16.31% from 141); Max value from RGB is 70 - color contains mainly: red. Hex color #463017 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463017 is #B9CFE8. Grayscale: #333333. Windows color (decimal): -12177385 or 1519686. OLE color: 1519686.

HSL color Cylindrical-coordinate representation of color #463017: hue angle of 31.91º degrees, saturation: 0.51, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #463017 is Cyan = 0, Magento = 0.31, Yellow = 0.67 and Black (K on CMYK) = 0.73.

Color convert

RGB704823-
CMYK00.310.670.73
HSL31.91º50.54%18.24%-
HSV(B)31.91º67.14%27.45%-
XYZ3.743.481.28-
YUV51.73111.79141.03-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 49.65%
GREEN value IS 48 (19.14% from 255) = 34.04%
BLUE value IS 23 (9.38% from 255) = 16.31%
R=49.65%
G=34.04%
B=16.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.67
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70482300.310.670.7331.9150.5418.24
Hex46301701F4349203312
Octal1066027037103111406322
Binary1000110110000101110111111000011100100110000011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463017; }

 p { color: rgb(70,48,23); }

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

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

 a { background-color: rgb(70,48,23); }

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

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

 span { border-color: rgb(70,48,23); }

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