#463317

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

Shades of Clinker #463317

Tints of Clinker #463317

Color information

#463317 (or 0x463317) is unknown color: approx Clinker. HEX triplet: 46, 33 and 17. RGB value is (70,51,23). Sum of RGB (Red+Green+Blue) = 70+51+23=144 (19% of max value = 765). Red value is 70 (27.73% from 255 or 48.61% from 144); Green value is 51 (20.31% from 255 or 35.42% from 144); Blue value is 23 (9.38% from 255 or 15.97% from 144); Max value from RGB is 70 - color contains mainly: red. Hex color #463317 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463317 is #B9CCE8. Grayscale: #353535. Windows color (decimal): -12176617 or 1520454. OLE color: 1520454.

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

Color convert

RGB705123-
CMYK00.270.670.73
HSL35.74º50.54%18.24%-
HSV(B)35.74º67.14%27.45%-
XYZ3.863.731.33-
YUV53.49110.79139.78-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 48.61%
GREEN value IS 51 (20.31% from 255) = 35.42%
BLUE value IS 23 (9.38% from 255) = 15.97%
R=48.61%
G=35.42%
B=15.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.67
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70512300.270.670.7335.7450.5418.24
Hex46331701B4349243312
Octal1066327033103111446322
Binary1000110110011101110110111000011100100110010011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463317

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463317; }

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

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

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

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

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

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

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

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